ruby-changes:67104
From: aycabta <ko1@a...>
Date: Tue, 10 Aug 2021 02:52:55 +0900 (JST)
Subject: [ruby-changes:67104] cc1d88daba (master): Add comment about I/O that is not tty
https://git.ruby-lang.org/ruby.git/commit/?id=cc1d88daba From cc1d88daba740217e54a4e7759b2e0f0a4bc4b3b Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Tue, 10 Aug 2021 02:52:38 +0900 Subject: Add comment about I/O that is not tty --- test/readline/test_readline.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 2b57ecc..4baf439 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -478,6 +478,7 @@ module BasetestReadline https://github.com/ruby/ruby/blob/trunk/test/readline/test_readline.rb#L478 end def test_interrupt_in_other_thread + # Editline and Readline 7.0 can't treat I/O that is not tty. omit "Skip Editline" if /EditLine/n.match(Readline::VERSION) omit "Skip Readline 7.0" if Readline::VERSION == "7.0" omit unless respond_to?(:assert_ruby_status) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/