ruby-changes:72012
From: Hiroshi <ko1@a...>
Date: Mon, 30 May 2022 14:28:46 +0900 (JST)
Subject: [ruby-changes:72012] 4cc880e994 (master): Also skip failing test with freebsd 12
https://git.ruby-lang.org/ruby.git/commit/?id=4cc880e994 From 4cc880e994d18fcf4a82974acbdcfa5f7431a306 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 30 May 2022 14:28:27 +0900 Subject: Also skip failing test with freebsd 12 --- test/ruby/test_thread_queue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ruby/test_thread_queue.rb b/test/ruby/test_thread_queue.rb index 69cb40711c..ebf7ded3b9 100644 --- a/test/ruby/test_thread_queue.rb +++ b/test/ruby/test_thread_queue.rb @@ -151,6 +151,8 @@ class TestThreadQueue < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread_queue.rb#L151 end def test_thr_kill + omit "[Bug #18613]" if /freebsd/ =~ RUBY_PLATFORM + bug5343 = '[ruby-core:39634]' Dir.mktmpdir {|d| timeout = EnvUtil.apply_timeout_scale(60) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/