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

ruby-changes:73449

From: Hiroshi <ko1@a...>
Date: Tue, 6 Sep 2022 16:27:25 +0900 (JST)
Subject: [ruby-changes:73449] 29bc3e0daf (master): omit random failure in bootstraptest with freebsd

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

From 29bc3e0daf7fcf49a7a37afc0a2eeb62f567800a Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 6 Sep 2022 16:24:55 +0900
Subject: omit random failure in bootstraptest with freebsd

  http://rubyci.s3.amazonaws.com/freebsd13/ruby-master/log/20220902T063002Z.fail.html.gz
---
 bootstraptest/test_io.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index ff26497696..666e5a011b 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -31,6 +31,7 @@ assert_finish 10, %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_io.rb#L31
   end
 }, '[ruby-dev:32566]'
 
+/freebsd/ =~ RUBY_PLATFORM or
 assert_finish 5, %q{
   r, w = IO.pipe
   Thread.new {
-- 
cgit v1.2.1


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

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