[前][次][番号順一覧][スレッド一覧]

ruby-changes:53971

From: k0kubun <ko1@a...>
Date: Tue, 4 Dec 2018 18:37:29 +0900 (JST)
Subject: [ruby-changes:53971] k0kubun:r66191 (trunk): test/excludes/_appveyor: exclude memory-inefficient

k0kubun	2018-12-04 18:37:23 +0900 (Tue, 04 Dec 2018)

  New Revision: 66191

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66191

  Log:
    test/excludes/_appveyor: exclude memory-inefficient
    
    test which AppVeyor sometimes can't run.

  Modified files:
    trunk/test/excludes/_appveyor/TestArray.rb
Index: test/excludes/_appveyor/TestArray.rb
===================================================================
--- test/excludes/_appveyor/TestArray.rb	(revision 66190)
+++ test/excludes/_appveyor/TestArray.rb	(revision 66191)
@@ -1,5 +1,7 @@ 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/20728419/job/o73q9fy1ojfibg5v
+exclude(:test_unshift_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/

[前][次][番号順一覧][スレッド一覧]