-
Notifications
You must be signed in to change notification settings - Fork 347
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
rustup #2161
rustup #2161
Conversation
Ah, tons of failures because dead stores get removed since rust-lang/rust#97158. @oli-obk I wonder if it still makes sense to run the compile-fail test suite with optimizations? We will have to add |
Yeah, it doesn't seem to make much sense to run compile-fail tests with optimizations, since post optimization code is not expected to reproduce UB. I'd be happy to do the work of putting up a PR that fixes things via |
All right. I disabled the opt tests entirely for now; once #2155 is fixed we can run the pass and panic tests without running the fail tests. |
@bors r+ |
📌 Commit 23324b7 has been approved by |
rustup Locally tests pass but rustc CI says they fail, let's see what happens... Also clarify docs of cmpxchg_weak_failure_rate (Cc #2160).
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit 4248418 has been approved by |
☀️ Test successful - checks-actions |
Locally tests pass but rustc CI says they fail, let's see what happens...
Also clarify docs of cmpxchg_weak_failure_rate (Cc #2160).