ruby-changes:55879
From: Nobuyoshi <ko1@a...>
Date: Tue, 28 May 2019 14:40:41 +0900 (JST)
Subject: [ruby-changes:55879] Nobuyoshi Nakada: 2562b7d7cd (trunk): Unify RELINE_TEST_ENCODING setting
https://git.ruby-lang.org/ruby.git/commit/?id=2562b7d7cd From 2562b7d7cd6621970fed1ad72d87f8d23d50d398 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 28 May 2019 11:08:53 +0900 Subject: Unify RELINE_TEST_ENCODING setting diff --git a/appveyor.yml b/appveyor.yml index d6b1139..505e70c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,7 @@ environment: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L21 - build: vs vs: 140 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + RELINE_TEST_ENCODING: "Windows-31J" GEMS_FOR_TEST: "timezone tzinfo" UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=." for: @@ -68,7 +69,6 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L69 - if not "%GEMS_FOR_TEST%" == "" \usr\bin\gem install --no-document %GEMS_FOR_TEST% test_script: - set /a JOBS=%NUMBER_OF_PROCESSORS% - - set RELINE_TEST_ENCODING=Windows-31J - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0 --excludes=../test/excludes/_appveyor -j%JOBS% --exclude readline --exclude win32ole --exclude test_bignum --exclude test_syntax --exclude test_open-uri --exclude test_bundled_ca --exclude test_gc_compact" test-all @@ -115,7 +115,6 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L115 - mingw32-make DESTDIR=../install install-nodoc - if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST% test_script: - - set RELINE_TEST_ENCODING=Windows-31J - 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 --exclude test_gc_compact" # separately execute tests without -j which may crash worker with -j. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/