Avoid randomizing the order of test-all on arm64 (https://github.com/Shopify/ruby/pull/440)
for now
This commit is contained in:
parent
232e43fd52
commit
4b7d3884df
Notes:
git
2022-08-30 01:10:10 +09:00
@ -137,7 +137,7 @@ yjit_task:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user