Skip to content

Commit 69b011c

Browse files
committed
re-enable mir-opt tests
1 parent 62f3962 commit 69b011c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ function run_tests {
4343
# optimizations up all the way, too).
4444
# Optimizations change diagnostics (mostly backtraces), so we don't check
4545
# them. Also error locations change so we don't run the failing tests.
46-
#FIXME: temporarily disabled due to <https://github.com/rust-lang/rust/issues/107511>.
47-
#MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
46+
MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
4847

4948
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
5049
for FILE in tests/many-seeds/*.rs; do

0 commit comments

Comments
 (0)