-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix backwards cmpxchg_weak_failure_rate
check
#2105
Conversation
Ah this is why crossbeam had to set |
@bors r+ |
📌 Commit fdfbd7a has been approved by |
This reminds me, is there some test we could add for this? |
☀️ Test successful - checks-actions |
Added a test in #2148 |
…t, r=RalfJung test that compare-exchange-weak-failure-rate=0.0 means what it says Adds a test for #2105
843: Fix miri tests r=taiki-e a=alygin There were several changes in Miri recently, including [breaking ones](rust-lang/miri#2105) and affecting its speed. They caused CI builds failures. This fix makes the most expensive Miri tests less intensive, so they have decent execution time again. Co-authored-by: Andrew Lygin <[email protected]>
Uh, I guess I got this backwards a long time ago 😓.