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

ruby-changes:67054

From: aycabta <ko1@a...>
Date: Fri, 6 Aug 2021 03:50:35 +0900 (JST)
Subject: [ruby-changes:67054] 9b56668bf8 (master): Omit test_interrupt_in_other_thread with Editline

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

From 9b56668bf88ff4897db7390081c060038e0aff37 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Fri, 6 Aug 2021 03:50:02 +0900
Subject: Omit test_interrupt_in_other_thread with Editline

---
 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 d325373..f86a075 100644
--- a/test/readline/test_readline.rb
+++ b/test/readline/test_readline.rb
@@ -476,6 +476,7 @@ module BasetestReadline https://github.com/ruby/ruby/blob/trunk/test/readline/test_readline.rb#L476
   end
 
   def test_interrupt_in_other_thread
+    omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
     omit unless respond_to?(:assert_ruby_status)
     omit if /mswin|mingw/ =~ RUBY_PLATFORM
     code = <<-"end;"
-- 
cgit v1.1


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

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