We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8556c4d commit b157438Copy full SHA for b157438
src/tools/miri/ci.sh
@@ -45,8 +45,7 @@ function run_tests {
45
# them. Also error locations change so we don't run the failing tests.
46
# We explicitly enable debug-assertions here, they are disabled by -O but we have tests
47
# which exist to check that we panic on debug assertion failures.
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}
+ MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
50
51
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
52
for FILE in tests/many-seeds/*.rs; do
0 commit comments