ruby-changes:59189
From: Koichi <ko1@a...>
Date: Wed, 11 Dec 2019 19:16:35 +0900 (JST)
Subject: [ruby-changes:59189] eb9c007053 (master): skip continuous failure test.
https://git.ruby-lang.org/ruby.git/commit/?id=eb9c007053 From eb9c0070535bc088ab2921613830ba983bfe07a1 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Wed, 11 Dec 2019 16:48:19 +0900 Subject: skip continuous failure test. On mingw this test fails and not solved long time, so skip it. Please revert it when it solved. https://ci.appveyor.com/project/ruby/ruby/builds/29458671/job/9nbcjnfe6p0xnxoe diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 0b0d66f..60be910 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -580,6 +580,8 @@ module BasetestReadline https://github.com/ruby/ruby/blob/trunk/test/readline/test_readline.rb#L580 def test_simple_completion skip "Skip Editline" if /EditLine/n.match(Readline::VERSION) + skip if /mingw/ =~ RUBY_DESCRIPTION # TODO: skip continuous failure. + line = nil open(IO::NULL, 'w') do |null| -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/