We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f3962 commit 69b011cCopy full SHA for 69b011c
ci.sh
@@ -43,8 +43,7 @@ function run_tests {
43
# optimizations up all the way, too).
44
# Optimizations change diagnostics (mostly backtraces), so we don't check
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}
+ MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
48
49
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
50
for FILE in tests/many-seeds/*.rs; do
0 commit comments