ruby-changes:53652
From: k0kubun <ko1@a...>
Date: Tue, 20 Nov 2018 21:59:39 +0900 (JST)
Subject: [ruby-changes:53652] k0kubun:r65888 (trunk): appveyor.yml: native-fiber crashes Enumerator
k0kubun 2018-11-20 21:59:32 +0900 (Tue, 20 Nov 2018) New Revision: 65888 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65888 Log: appveyor.yml: native-fiber crashes Enumerator test on MinGW. https://ci.appveyor.com/project/ruby/ruby/builds/20427662/job/tnnw50opqtj6x0xq https://ci.appveyor.com/project/ruby/ruby/builds/20429129/job/dpgbx5atkxjiwh7q To investigate issues, let's try running this without -j. Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65887) +++ appveyor.yml (revision 65888) @@ -136,7 +136,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L136 - mingw32-make DESTDIR=../install install-nodoc test_script: - mingw32-make test - - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 --excludes=../ruby/test/excludes/_appveyor -j %JOBS% --exclude win32ole --exclude test_open-uri" + - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 --excludes=../ruby/test/excludes/_appveyor -j %JOBS% --exclude test_enumerator --exclude win32ole --exclude test_open-uri" # separately execute tests without -j which may crash worker with -j. - - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 --excludes=../ruby/test/excludes/_appveyor" TESTS="../ruby/test/win32ole ../ruby/test/open-uri/test_open-uri.rb" + - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 --excludes=../ruby/test/excludes/_appveyor" TESTS="../ruby/test/ruby/test_enumerator.rb ../ruby/test/win32ole ../ruby/test/open-uri/test_open-uri.rb" - mingw32-make test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/