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

ruby-changes:67131

From: aycabta <ko1@a...>
Date: Thu, 12 Aug 2021 19:47:49 +0900 (JST)
Subject: [ruby-changes:67131] 5196b171d9 (master): Revert "Try to run test_interrupt_in_other_thread with Editline"

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

From 5196b171d9e26f9e688152e11a07a7b19440c443 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Thu, 12 Aug 2021 19:47:41 +0900
Subject: Revert "Try to run test_interrupt_in_other_thread with Editline"

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

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


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

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