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

ruby-changes:72265

From: Nobuyoshi <ko1@a...>
Date: Tue, 21 Jun 2022 09:41:54 +0900 (JST)
Subject: [ruby-changes:72265] a343952d19 (master): On FreeBSD omit the test to close a pipe while reading [ci skip]

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

From a343952d195a324dd4563318d8f88b167316ce5d Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 21 Jun 2022 09:36:37 +0900
Subject: On FreeBSD omit the test to close a pipe while reading [ci skip]

---
 bootstraptest/test_io.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index 73deca8383..c6c3772d36 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -83,6 +83,7 @@ assert_normal_exit %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_io.rb#L83
   ARGF.set_encoding "foo"
 }
 
+/freebsd/ =~ RUBY_PLATFORM or
 10.times do
   assert_normal_exit %q{
     at_exit { p :foo }
-- 
cgit v1.2.1


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

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