Skip to content

Commit

Permalink
disable optimized tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 29, 2022
1 parent 1226147 commit 23324b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function run_tests {
# Only for host architecture: tests with optimizations (`-O` is what cargo passes, but crank MIR
# optimizations up all the way).
# Optimizations change diagnostics (mostly backtraces), so we don't check them
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.
#MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
fi

# On Windows, there is always "python", not "python3" or "python2".
Expand Down

0 comments on commit 23324b7

Please sign in to comment.