ruby-changes:52750
From: k0kubun <ko1@a...>
Date: Mon, 8 Oct 2018 19:46:42 +0900 (JST)
Subject: [ruby-changes:52750] k0kubun:r64962 (trunk): appveyor.yml: execute test_syntax separately
k0kubun 2018-10-08 19:46:36 +0900 (Mon, 08 Oct 2018) New Revision: 64962 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64962 Log: appveyor.yml: execute test_syntax separately because NoMemoryError tends to be caused by TestSyntax#assert_syntax_files. https://ci.appveyor.com/project/ruby/ruby/build/1.0.8525 https://ci.appveyor.com/project/ruby/ruby/build/1.0.8795 https://ci.appveyor.com/project/ruby/ruby/builds/19334828/job/s1960qssxnk1lpoi Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 64961) +++ appveyor.yml (revision 64962) @@ -92,9 +92,9 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L92 - set /a JOBS=%NUMBER_OF_PROCESSORS% - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic - - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=1.5 --exclude win32ole" test-all RUBY_FORCE_TEST_JIT=1 + - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=1.5 --exclude win32ole --exclude test_syntax" test-all RUBY_FORCE_TEST_JIT=1 # separately execute tests that may crash worker without -j. - - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=1.5" test-all TESTS="../test/win32ole" + - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=1.5" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb" - nmake -l test-spec - matrix: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/