@@ -142,12 +142,12 @@ case $HOST_TARGET in
142
142
# Host
143
143
GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 CARGO_MIRI_ENV=1 run_tests
144
144
# Extra tier 1
145
- # With reduced many-seed count to avoid spending too much time on that.
146
- # (All OSes and ABIs are run with 64 seeds at least once though via the macOS runner.)
147
- MANY_SEEDS=16 TEST_TARGET=i686-unknown-linux-gnu run_tests
148
- MANY_SEEDS=16 TEST_TARGET=aarch64-unknown-linux -gnu run_tests
149
- MANY_SEEDS=16 TEST_TARGET=x86_64-apple-darwin run_tests
150
- MANY_SEEDS=16 TEST_TARGET=x86_64 -pc-windows-gnu run_tests
145
+ MANY_SEEDS=64 TEST_TARGET=i686-unknown-linux-gnu run_tests
146
+ MANY_SEEDS= 64 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
147
+ MANY_SEEDS=64 TEST_TARGET=x86_64-apple-darwin run_tests
148
+ MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows -gnu run_tests
149
+ # Extra tier 1 candidate
150
+ MANY_SEEDS=64 TEST_TARGET=aarch64 -pc-windows-msvc run_tests
151
151
;;
152
152
aarch64-apple-darwin)
153
153
# Host
@@ -156,7 +156,8 @@ case $HOST_TARGET in
156
156
MANY_SEEDS=64 TEST_TARGET=i686-pc-windows-gnu run_tests
157
157
MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-msvc CARGO_MIRI_ENV=1 run_tests
158
158
# Extra tier 2
159
- MANY_SEEDS=16 TEST_TARGET=arm-unknown-linux-gnueabi run_tests
159
+ MANY_SEEDS=16 TEST_TARGET=arm-unknown-linux-gnueabi run_tests # 32bit ARM
160
+ MANY_SEEDS=16 TEST_TARGET=aarch64-pc-windows-gnullvm run_tests # gnullvm ABI
160
161
MANY_SEEDS=16 TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
161
162
# Not officially supported tier 2
162
163
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
@@ -178,7 +179,7 @@ case $HOST_TARGET in
178
179
# Host
179
180
# Without GC_STRESS and with reduced many-seeds count as this is the slowest runner.
180
181
# (The macOS runner checks windows-msvc with full many-seeds count.)
181
- MIR_OPT=1 MANY_SEEDS=16 TEST_BENCH=1 run_tests
182
+ MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 run_tests
182
183
# Extra tier 1
183
184
# We really want to ensure a Linux target works on a Windows host,
184
185
# and a 64bit target works on a 32bit host.
0 commit comments