ruby-changes:67124
From: aycabta <ko1@a...>
Date: Wed, 11 Aug 2021 17:45:20 +0900 (JST)
Subject: [ruby-changes:67124] c06b39d1d1 (master): Add TODO comment to #test_interrupt_in_other_thread
https://git.ruby-lang.org/ruby.git/commit/?id=c06b39d1d1 From c06b39d1d1f050ad6e202e9847c3a21894505766 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Wed, 11 Aug 2021 17:45:31 +0900 Subject: Add TODO comment to #test_interrupt_in_other_thread --- 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 1ce0e3b..215a94e 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -477,6 +477,7 @@ module BasetestReadline https://github.com/ruby/ruby/blob/trunk/test/readline/test_readline.rb#L477 end end + # TODO Green CI for arm32-linux (Travis CI), Editline, and Readline 7.0. 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) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/