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).