-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Add regression test for #96395 #96950
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
I will approve this, but also I hope this test isn't as flaky as it is in glacier. @bors r+ |
📌 Commit dc87ad2 has been approved by |
further info: it became flaky around 2022-04-04
|
@bors r- I want to look into the ICE. If it really is this flaky, having it in CI will only frustrate people, not actually make sure it doesn't regress again |
I opened #96965 which should fix both the ICE and the flakiness |
Great! Do you want to keep this open for a while to see that PR fixes the issue actually?
I'm going to mark this blocked until we can say "it's okay". |
Gracefully handle normalization failures in the prospective inliner cycle detector Preliminary work for adding the regression test in rust-lang#96950 to our test suite (it was flaky on glacier). If this PR solves the flakiness on glacier, we can then merge rust-lang#96950
It has been a fair while since #96965 and each nightly since then no longer ICEs, I think it did the trick 👍 |
Thanks for confirming it! Moving back to |
@bors r=compiler-errors,oli-obk |
Hm, bors ignored it? |
📌 Commit dc87ad2 has been approved by |
@bors rollup |
…rrors,oli-obk Add regression test for rust-lang#96395 Closes rust-lang#96395 This repeats "fixed" and "ICE", see rust-lang/glacier#1243 (comment) I think it's good to add a test before regressing again. r? `@compiler-errors` for quick reviiew cc `@oli-obk` you might want to check as you're familiar with MIR
…laumeGomez Rollup of 5 pull requests Successful merges: - rust-lang#96950 (Add regression test for rust-lang#96395) - rust-lang#97028 (Add support for embedding pretty printers via `#[debugger_visualizer]` attribute) - rust-lang#97478 (Remove FIXME on `ExtCtxt::fn_decl()`) - rust-lang#97479 (Make some tests check-pass) - rust-lang#97482 (ptr::invalid is not equivalent to a int2ptr cast) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Closes #96395
This repeats "fixed" and "ICE", see rust-lang/glacier#1243 (comment)
I think it's good to add a test before regressing again.
r? @compiler-errors for quick reviiew
cc @oli-obk you might want to check as you're familiar with MIR