We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9839ab + f96fb61 commit f0b1150Copy full SHA for f0b1150
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -47,7 +47,7 @@ fi
47
# we only ensure that all assertions still pass.
48
MIRIFLAGS="-Zmiri-force-intrinsic-fallback --cfg force_intrinsic_fallback -O -Zmir-opt-level=4 -Cdebug-assertions=yes" \
49
MIRI_SKIP_UI_CHECKS=1 \
50
- python3 "$X_PY" test --stage 2 src/tools/miri -- tests/{pass,panic}
+ python3 "$X_PY" test --stage 2 src/tools/miri -- tests/pass tests/panic
51
# We natively run this script on x86_64-unknown-linux-gnu and x86_64-pc-windows-msvc.
52
# Also cover some other targets via cross-testing, in particular all tier 1 targets.
53
case $HOST_TARGET in
0 commit comments