aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-07 12:03:49 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-07 12:03:49 +0000
commit3685cb72c555876e87be3c43fbb9227ca5e15b8d (patch)
treed8e0d58f30d8068469bcc43c4e2519cb83ca64ca /test
parentf5dec9e30c21198c7f8560780fb90933fc37f39a (diff)
downloadruby-3685cb72c555876e87be3c43fbb9227ca5e15b8d.tar.gz
appveyor.yml: separately execute unstable tests
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
Diffstat (limited to 'test')
-rw-r--r--test/excludes/TestThreadQueue.rb12
-rw-r--r--test/excludes/TestWin32OLE.rb13
2 files changed, 25 insertions, 0 deletions
diff --git a/test/excludes/TestThreadQueue.rb b/test/excludes/TestThreadQueue.rb
new file mode 100644
index 0000000000..8e25cbeaaf
--- /dev/null
+++ b/test/excludes/TestThreadQueue.rb
@@ -0,0 +1,12 @@
+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'
diff --git a/test/excludes/TestWin32OLE.rb b/test/excludes/TestWin32OLE.rb
new file mode 100644
index 0000000000..9ea8fa4207
--- /dev/null
+++ b/test/excludes/TestWin32OLE.rb
@@ -0,0 +1,13 @@
+if ENV['APPVEYOR'] == 'True' && RUBY_PLATFORM.match?(/mswin/)
+ exclude(/\Atest_/, 'test_win32ole.rb sometimes causes worker crash')
+ # separately tested on appveyor.yml.
+end
+
+# https://ci.appveyor.com/project/ruby/ruby/build/9811/job/ra5uxf2cg6v7ohag
+#
+# running file: C:/projects/ruby/test/win32ole/test_win32ole.rb
+#
+# Some worker was crashed. It seems ruby interpreter's bug
+# or, a bug of test/unit/parallel.rb. try again without -j
+# option.
+# NMAKE : fatal error U1077: '.\ruby.exe' : return code '0x1'