You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo init miri-test
cd miri-test
echo"#[test] fn test() {}">> src/main.rs
MIRIFLAGS="-Zmiri-compare-exchange-weak-failure-rate=1" cargo miri test
The process hangs on "Running unittests src/main.rs...", without actually running the test.
It works fine with any other valid value of miri-compare-exchange-weak-failure-rate.
The problem is not reproducible with the nightly-2022-05-22 toolchain.