File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ function run_tests {
43
43
# optimizations up all the way, too).
44
44
# Optimizations change diagnostics (mostly backtraces), so we don't check
45
45
# 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}
48
47
49
48
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
50
49
for FILE in tests/many-seeds/* .rs; do
Original file line number Diff line number Diff line change 1
- 0d32c8f2ce10710b6560dcb75f32f79c378410d0
1
+ f3126500f25114ba4e0ac3e76694dd45a22de56d
You can’t perform that action at this time.
0 commit comments