ruby-changes:53647
From: k0kubun <ko1@a...>
Date: Tue, 20 Nov 2018 21:01:25 +0900 (JST)
Subject: [ruby-changes:53647] k0kubun:r65886 (trunk): test/excludes/_appveyor: exclude AppVeyor killer
k0kubun 2018-11-20 21:01:18 +0900 (Tue, 20 Nov 2018) New Revision: 65886 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65886 Log: test/excludes/_appveyor: exclude AppVeyor killer Modified files: trunk/test/excludes/_appveyor/TestArray.rb Index: test/excludes/_appveyor/TestArray.rb =================================================================== --- test/excludes/_appveyor/TestArray.rb (revision 65885) +++ test/excludes/_appveyor/TestArray.rb (revision 65886) @@ -1,3 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/_appveyor/TestArray.rb#L1 # 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') -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/