We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3ef89 commit ad78effCopy full SHA for ad78eff
ci.sh
@@ -43,7 +43,8 @@ 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
- MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
+ #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}
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