ruby-changes:72719
From: Hiroshi <ko1@a...>
Date: Thu, 28 Jul 2022 19:10:42 +0900 (JST)
Subject: [ruby-changes:72719] 98e01c9914 (master): Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5d
https://git.ruby-lang.org/ruby.git/commit/?id=98e01c9914 From 98e01c991433a6785fac3d750114b5b3cb70710d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 28 Jul 2022 19:10:24 +0900 Subject: Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5d --- bootstraptest/test_io.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index c6c3772d36..ff26497696 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_io.rb#L1 +/freebsd/ =~ RUBY_PLATFORM or assert_finish 5, %q{ r, w = IO.pipe t1 = Thread.new { r.sysread(1) } -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/