summaryrefslogtreecommitdiff
path: root/test/readline
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-29 09:02:39 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-29 09:05:26 +0900
commit98ba116d402e7c255dae78ce43b76723a56c4cb7 (patch)
tree97540786348f4a7397036b0e533faf902f3d5003 /test/readline
parent797d7efde18c5f7acf5264047842fd974f383ca9 (diff)
Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangs
and dependent commits c67934b1c3b40dda5f170b032423e520511c68dd and f0d1dc5cee87dfb023cb43a2db9bcdef5a8dee8f. RubyCI and ci.rvm.jp are almost dead by timeout since this commit. --- Revert "Skip a reline test hanging on Wercker since 3b7862c8e8" This reverts commit f0d1dc5cee87dfb023cb43a2db9bcdef5a8dee8f. Revert "Remove extra items because Reline::HISTORY is a sized queue" This reverts commit c67934b1c3b40dda5f170b032423e520511c68dd. Revert "Use existing instances for LineEditor and Config" This reverts commit 3b7862c8e88cd7838a53ec083ac5733386400956.
Diffstat (limited to 'test/readline')
-rw-r--r--test/readline/test_readline.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb
index 6ff7b9a288..e040ac53c3 100644
--- a/test/readline/test_readline.rb
+++ b/test/readline/test_readline.rb
@@ -423,7 +423,6 @@ module BasetestReadline
def test_input_metachar
skip "Skip Editline" if /EditLine/n.match(Readline::VERSION)
- skip "This hangs on Wercker environment since 3b7862c8e8" if RubyVM::MJIT.enabled?
skip("Won't pass on mingw w/readline 7.0.005 [ruby-core:45682]") if mingw?
bug6601 = '[ruby-core:45682]'
Readline::HISTORY << "hello"