We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1226147 commit 23324b7Copy full SHA for 23324b7
ci.sh
@@ -25,7 +25,8 @@ function run_tests {
25
# Only for host architecture: tests with optimizations (`-O` is what cargo passes, but crank MIR
26
# optimizations up all the way).
27
# Optimizations change diagnostics (mostly backtraces), so we don't check them
28
- MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
+ #FIXME(#2155): we want to only run the pass and panic tests here, not the fail tests.
29
+ #MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
30
fi
31
32
# On Windows, there is always "python", not "python3" or "python2".
0 commit comments