File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ case $HOST_TARGET in
163
163
GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 CARGO_MIRI_ENV=1 run_tests
164
164
# Extra tier 1 candidate
165
165
MANY_SEEDS=64 TEST_TARGET=aarch64-pc-windows-msvc run_tests
166
+ # Extra tier 2
167
+ MANY_SEEDS=16 TEST_TARGET=arm-unknown-linux-gnueabi run_tests # 32bit ARM
168
+ MANY_SEEDS=16 TEST_TARGET=aarch64-pc-windows-gnullvm run_tests # gnullvm ABI
169
+ MANY_SEEDS=16 TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
166
170
# Custom target JSON file
167
171
TEST_TARGET=tests/x86_64-unknown-kernel.json MIRI_NO_STD=1 run_tests_minimal no_std
168
172
;;
@@ -176,10 +180,6 @@ case $HOST_TARGET in
176
180
# Extra tier 1
177
181
MANY_SEEDS=64 TEST_TARGET=i686-pc-windows-gnu run_tests
178
182
MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-msvc CARGO_MIRI_ENV=1 run_tests
179
- # Extra tier 2
180
- MANY_SEEDS=16 TEST_TARGET=arm-unknown-linux-gnueabi run_tests # 32bit ARM
181
- MANY_SEEDS=16 TEST_TARGET=aarch64-pc-windows-gnullvm run_tests # gnullvm ABI
182
- MANY_SEEDS=16 TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
183
183
# Not officially supported tier 2
184
184
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
185
185
MANY_SEEDS=16 TEST_TARGET=x86_64-unknown-illumos run_tests
You can’t perform that action at this time.
0 commit comments