зеркало из https://github.com/github/ruby.git
Try to run test_interrupt_in_other_thread with Editline
This commit is contained in:
Родитель
7ac440910c
Коммит
c66b27efbb
|
@ -477,10 +477,9 @@ module BasetestReadline
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO Green CI for arm32-linux (Travis CI), Editline, and Readline 7.0.
|
# TODO Green CI for arm32-linux (Travis CI) and Readline 7.0.
|
||||||
def test_interrupt_in_other_thread
|
def test_interrupt_in_other_thread
|
||||||
# Editline and Readline 7.0 can't treat I/O that is not tty.
|
# 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 "Skip Readline 7.0" if Readline::VERSION == "7.0"
|
||||||
omit unless respond_to?(:assert_ruby_status)
|
omit unless respond_to?(:assert_ruby_status)
|
||||||
omit if /mswin|mingw/ =~ RUBY_PLATFORM
|
omit if /mswin|mingw/ =~ RUBY_PLATFORM
|
||||||
|
|
Загрузка…
Ссылка в новой задаче