summaryrefslogtreecommitdiff
path: root/test/excludes/_appveyor/vs
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 14:40:55 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 14:40:55 +0000
commitc6d0892fa2296586d4ab614cd8c4748dfaba7d64 (patch)
tree89450015d0485af0ecfe456cb7ec2be236ac5198 /test/excludes/_appveyor/vs
parent52007caea0c8a568cb598c92647e133bd3b02fd2 (diff)
configure.ac: disable native-fiber for MinGW
because it had already been SEGV-ed in pull request'S CI https://ci.appveyor.com/project/ruby/ruby/builds/20427065/job/32oahrcd58b8ubb1 and has never worked on trunk either. Please make sure it does not SEGVs on your MinGW environment or pull request before enabling native fiber on MinGW. appveyor.yml: reverted commits to make CI green with native fiber test/excludes/_appveyor/msys2/TestArray.rb: ditto test/excludes/_appveyor/msys2/TestEnumerable.rb: ditto test/excludes/_appveyor/vs/TestArray.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes/_appveyor/vs')
-rw-r--r--test/excludes/_appveyor/vs/TestArray.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/excludes/_appveyor/vs/TestArray.rb b/test/excludes/_appveyor/vs/TestArray.rb
deleted file mode 100644
index 4917b54ba7..0000000000
--- a/test/excludes/_appveyor/vs/TestArray.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# https://ci.appveyor.com/project/ruby/ruby/builds/20339189/job/ltdpffep976xtj85
-# `test_push_over_ary_max': failed to allocate memory (NoMemoryError)
-exclude(:test_push_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test')
-# https://ci.appveyor.com/project/ruby/ruby/builds/20427662/job/prq9i2lkfxv2j0uy
-exclude(:test_splice_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test')