mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

without -j option. Those 2 tests are too unstable on AppVeyor. test/excludes/TestThreadQueue.rb: The most unstable test ever. That even fails on my machine too. This may be possibly because recent SIGCHLD-related changes. https://ci.appveyor.com/project/ruby/ruby/build/9795/job/l9t4w9ks7arsldb1 test/excludes/TestWin32OLE.rb: I saw that win32ole crashes test-all several times. https://ci.appveyor.com/project/ruby/ruby/build/9811/job/ra5uxf2cg6v7ohag git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12 lines
476 B
Ruby
12 lines
476 B
Ruby
if ENV['APPVEYOR'] == 'True' && RUBY_PLATFORM.match?(/mswin/)
|
|
exclude :test_queue_with_trap, 'too unstable on vs140'
|
|
# separately tested on appveyor.yml.
|
|
end
|
|
|
|
# https://ci.appveyor.com/project/ruby/ruby/build/9795/job/l9t4w9ks7arsldb1
|
|
# 1) Error:
|
|
# TestThreadQueue#test_queue_with_trap:
|
|
# Timeout::Error: execution of assert_in_out_err expired timeout (30.0 sec)
|
|
# pid 22988 exit 0
|
|
# |
|
|
# C:/projects/ruby/test/ruby/test_thread_queue.rb:553:in `test_queue_with_trap'
|