mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
run GC stress test only for host tests
This commit is contained in:
parent
f04352a7dd
commit
9f6c675238
@ -46,8 +46,8 @@ function run_tests {
|
||||
fi
|
||||
|
||||
## ui test suite
|
||||
# On the host and on Linux, also stress-test the GC.
|
||||
if [ -z "${MIRI_TEST_TARGET:-}" ] || [ "$HOST_TARGET" = x86_64-unknown-linux-gnu ]; then
|
||||
# On the host, also stress-test the GC.
|
||||
if [ -z "${MIRI_TEST_TARGET:-}" ]; then
|
||||
MIRIFLAGS="${MIRIFLAGS:-} -Zmiri-provenance-gc=1" ./miri test
|
||||
else
|
||||
./miri test
|
||||
|
Loading…
Reference in New Issue
Block a user