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

ruby-changes:67130

From: aycabta <ko1@a...>
Date: Thu, 12 Aug 2021 15:34:55 +0900 (JST)
Subject: [ruby-changes:67130] c66b27efbb (master): Try to run test_interrupt_in_other_thread with Editline

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

From c66b27efbb27c6b6b410457282ac841ead1dd132 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Thu, 12 Aug 2021 15:34:54 +0900
Subject: Try to run test_interrupt_in_other_thread with Editline

---
 test/readline/test_readline.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb
index 802d5e7..1999006 100644
--- a/test/readline/test_readline.rb
+++ b/test/readline/test_readline.rb
@@ -477,10 +477,9 @@ 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.
+  # TODO Green CI for arm32-linux (Travis CI) 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)
+    # Readline 7.0 can't treat I/O that is not tty.
     omit "Skip Readline 7.0" if Readline::VERSION == "7.0"
     omit unless respond_to?(:assert_ruby_status)
     omit if /mswin|mingw/ =~ RUBY_PLATFORM
-- 
cgit v1.1


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

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