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

ruby-changes:55553

From: Takashi <ko1@a...>
Date: Sat, 27 Apr 2019 20:15:41 +0900 (JST)
Subject: [ruby-changes:55553] Takashi Kokubun:afb361dfd0 (trunk): Isolate test_gc_compact on msys2 AppVeyor

https://git.ruby-lang.org/ruby.git/commit/?id=afb361dfd0

From afb361dfd0811f96f601d8d6492f9e1a0321ea01 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 27 Apr 2019 20:15:07 +0900
Subject: Isolate test_gc_compact on msys2 AppVeyor

as it's unstable on the environment
https://ci.appveyor.com/project/ruby/ruby/builds/24138134/job/i7e441u7se11w7ey

diff --git a/appveyor.yml b/appveyor.yml
index 81f03ed..2c663b2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -109,9 +109,9 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L109
     - if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST%
   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 win32ole --exclude test_open-uri --exclude test_gc_compact"
     # 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/win32ole ../ruby/test/open-uri/test_open-uri.rb ../ruby/test/ruby/test_gc_compact.rb"
     - mingw32-make test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows
 notifications:
   # Using "Webhook" with templated body to skip notification on Pull Request
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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