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

ruby-changes:72720

From: Hiroshi <ko1@a...>
Date: Thu, 28 Jul 2022 19:14:15 +0900 (JST)
Subject: [ruby-changes:72720] 202ce7de01 (master): test_io_console.rbL399 is also randomly failing same as bfc697f1e26f1406c45ec7309ca0d4c0b5ecedd6

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

From 202ce7de01e051fca01c683833e4294d79ef87bb Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 28 Jul 2022 19:14:01 +0900
Subject: test_io_console.rbL399 is also randomly failing same as
 bfc697f1e26f1406c45ec7309ca0d4c0b5ecedd6

---
 test/io/console/test_io_console.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb
index f6e46fe112..342f979ec3 100644
--- a/test/io/console/test_io_console.rb
+++ b/test/io/console/test_io_console.rb
@@ -395,7 +395,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do https://github.com/ruby/ruby/blob/trunk/test/io/console/test_io_console.rb#L395
         assert_ctrl("#{cc.ord}", cc, r, w)
         assert_ctrl("#{cc.ord}", cc, r, w)
       end
-      if cc = ctrl["lnext"]
+      if cc = ctrl["lnext"] && /freebsd/ !~ RUBY_PLATFORM
         assert_ctrl("#{cc.ord}", cc, r, w)
         assert_ctrl("#{cc.ord}", cc, r, w)
         assert_ctrl("#{cc.ord}", cc, r, w)
-- 
cgit v1.2.1


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

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