[前][次][番号順一覧][スレッド一覧]

ruby-changes:72004

From: Hiroshi <ko1@a...>
Date: Mon, 30 May 2022 10:54:00 +0900 (JST)
Subject: [ruby-changes:72004] cc63718694 (master): Skip failing test with freebsd

https://git.ruby-lang.org/ruby.git/commit/?id=cc63718694

From cc6371869402ed1e1ef13d51bf1f9409378111e9 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 30 May 2022 10:53:45 +0900
Subject: Skip failing test with freebsd

---
 test/ruby/test_thread.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index ddb4516b3c..ba2c5b8e7c 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -1442,6 +1442,11 @@ q.pop https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L1442
       omit "can't trap a signal from another process on Windows"
       # opt = {new_pgroup: true}
     end
+
+    if /freebsd/ =~ RUBY_PLATFORM
+      omit "[Bug #18613]"
+    end
+
     assert_separately([], "#{<<~"{#"}\n#{<<~'};'}", timeout: 120)
     {#
       n = 1000
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]