test mir-opt-level=4 again on run tests

This commit is contained in:
Ralf Jung 2022-05-30 10:28:07 +02:00
parent e37dfa6d91
commit 8694e656be

3
ci.sh
View File

@ -26,8 +26,7 @@ function run_tests {
# optimizations up all the way).
# Optimizations change diagnostics (mostly backtraces), so we don't check them
#FIXME(#2155): we want to only run the pass and panic tests here, not the fail tests.
#MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
true
MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked -- tests/{run-pass,run-fail}
fi
# On Windows, there is always "python", not "python3" or "python2".