1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Takashi Kokubun 2019-05-29 08:08:33 +09:00
parent 67f75d5b43
commit f0d1dc5cee
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -423,6 +423,7 @@ 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"