mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
appveyor.yml: exclude TestEnumerable.rb on msys2
because it SEGVs on setup like:
20431217/job/97no5h1gqv50k1vf
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94438bcbec
commit
aee857e427
4 changed files with 11 additions and 4 deletions
2
test/excludes/_appveyor/msys2/TestEnumerable.rb
Normal file
2
test/excludes/_appveyor/msys2/TestEnumerable.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# https://ci.appveyor.com/project/ruby/ruby/builds/20431217/job/97no5h1gqv50k1vf
|
||||
exclude(/.*/, 'This has been broken after native-fiber')
|
5
test/excludes/_appveyor/vs/TestArray.rb
Normal file
5
test/excludes/_appveyor/vs/TestArray.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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')
|
Loading…
Add table
Add a link
Reference in a new issue