From aee857e427798ac1b7154243b5dba4f50c3b9456 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 20 Nov 2018 13:39:50 +0000 Subject: appveyor.yml: exclude TestEnumerable.rb on msys2 because it SEGVs on setup like: https://ci.appveyor.com/project/ruby/ruby/builds/20431217/job/97no5h1gqv50k1vf git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/excludes/_appveyor/TestArray.rb | 5 ----- test/excludes/_appveyor/msys2/TestArray.rb | 5 +++++ test/excludes/_appveyor/msys2/TestEnumerable.rb | 2 ++ test/excludes/_appveyor/vs/TestArray.rb | 5 +++++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 test/excludes/_appveyor/TestArray.rb create mode 100644 test/excludes/_appveyor/msys2/TestArray.rb create mode 100644 test/excludes/_appveyor/msys2/TestEnumerable.rb create mode 100644 test/excludes/_appveyor/vs/TestArray.rb (limited to 'test/excludes') diff --git a/test/excludes/_appveyor/TestArray.rb b/test/excludes/_appveyor/TestArray.rb deleted file mode 100644 index 4917b54ba7..0000000000 --- a/test/excludes/_appveyor/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') diff --git a/test/excludes/_appveyor/msys2/TestArray.rb b/test/excludes/_appveyor/msys2/TestArray.rb new file mode 100644 index 0000000000..4917b54ba7 --- /dev/null +++ b/test/excludes/_appveyor/msys2/TestArray.rb @@ -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') diff --git a/test/excludes/_appveyor/msys2/TestEnumerable.rb b/test/excludes/_appveyor/msys2/TestEnumerable.rb new file mode 100644 index 0000000000..0beb60cbd3 --- /dev/null +++ b/test/excludes/_appveyor/msys2/TestEnumerable.rb @@ -0,0 +1,2 @@ +# https://ci.appveyor.com/project/ruby/ruby/builds/20431217/job/97no5h1gqv50k1vf +exclude(/.*/, 'This has been broken after native-fiber') diff --git a/test/excludes/_appveyor/vs/TestArray.rb b/test/excludes/_appveyor/vs/TestArray.rb new file mode 100644 index 0000000000..4917b54ba7 --- /dev/null +++ b/test/excludes/_appveyor/vs/TestArray.rb @@ -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') -- cgit v1.2.3