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

ruby-changes:59308

From: Nobuyoshi <ko1@a...>
Date: Wed, 18 Dec 2019 00:08:47 +0900 (JST)
Subject: [ruby-changes:59308] 07ed8f2f91 (master): [ruby/io-console] Skip interrupt

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

From 07ed8f2f916a512b35bc69b49f1c482a2ea6e9dd Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 17 Dec 2019 23:26:07 +0900
Subject: [ruby/io-console] Skip interrupt

https://github.com/ruby/io-console/commit/8ed5a2bcc3

diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb
index 219b846..0b28ff1 100644
--- a/test/io/console/test_io_console.rb
+++ b/test/io/console/test_io_console.rb
@@ -352,7 +352,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#L352
       if cc = ctrl["intr"]
         assert_ctrl("#{cc.ord}", cc, r, w)
         assert_ctrl("#{cc.ord}", cc, r, w)
-        assert_ctrl("Interrupt", cc, r, w)
+        # assert_ctrl("Interrupt", cc, r, w)
       end
       if cc = ctrl["dsusp"]
         assert_ctrl("#{cc.ord}", cc, r, w)
-- 
cgit v0.10.2


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

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