File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ function run_tests {
45
45
# them. Also error locations change so we don't run the failing tests.
46
46
# We explicitly enable debug-assertions here, they are disabled by -O but we have tests
47
47
# which exist to check that we panic on debug assertion failures.
48
- MIRIFLAGS=" ${MIRIFLAGS:- } -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
48
+ # FIXME: Disabled due to <https://github.com/rust-lang/rust/issues/111422>.
49
+ # MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
49
50
50
51
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
51
52
for FILE in tests/many-seeds/* .rs; do
You can’t perform that action at this time.
0 commit comments