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

ruby-changes:73317

From: Takashi <ko1@a...>
Date: Tue, 30 Aug 2022 01:10:19 +0900 (JST)
Subject: [ruby-changes:73317] 4b7d3884df (master): Avoid randomizing the order of test-all on arm64 (https://github.com/Shopify/ruby/pull/440)

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

From 4b7d3884dff2cd44d51d5b51f9254c4e0980a45e Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Thu, 25 Aug 2022 14:05:25 -0700
Subject: Avoid randomizing the order of test-all on arm64
 (https://github.com/Shopify/ruby/pull/440)

for now
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 038df9530c..df57ebd7f6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -137,7 +137,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L137
   make_btest_script: source $HOME/.cargo/env && make -j btest RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
 
   # Check that we can run test-all successfully (running TestGCCompact separately until we fix its performance)
-  make_test_all_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"' --name=!/TestGCCompact/'
+  make_test_all_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"' --test-order=alpha --name=!/TestGCCompact/'
   test_gc_compact_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTS="test/ruby/test_gc_compact.rb"
 
   # Check that we can run test-spec successfully
-- 
cgit v1.2.1


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

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