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
📌 Commit dc87ad2 has been approved by compiler-errors
bors
added
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
May 11, 2022
nightly-2022-03-01 ICE
nightly-2022-03-02 ICE
nightly-2022-03-03 ICE
... all ICEs
nightly-2022-04-02 ICE
nightly-2022-04-03 ICE
nightly-2022-04-04 ICE
nightly-2022-04-05 OK
nightly-2022-04-06 OK
nightly-2022-04-07 ICE
nightly-2022-04-08 ICE
nightly-2022-04-09 OK
nightly-2022-04-10 OK
nightly-2022-04-11 ICE
nightly-2022-04-12 ICE
nightly-2022-04-13 OK
nightly-2022-04-14 OK
nightly-2022-04-15 OK
nightly-2022-04-16 ICE
nightly-2022-04-17 OK
nightly-2022-04-18 OK
nightly-2022-04-19 OK
nightly-2022-04-20 OK
nightly-2022-04-21 ICE
nightly-2022-04-22 ICE
nightly-2022-04-23 ICE
nightly-2022-04-24 ICE
nightly-2022-04-25 ICE
nightly-2022-04-26 OK
nightly-2022-04-27 ICE
nightly-2022-04-28 OK
nightly-2022-04-29 ICE
nightly-2022-04-30 OK
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
bors
added
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
and removed
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
labels
May 11, 2022
Great! Do you want to keep this open for a while to see that PR fixes the issue actually?
EDIT: I should've read OP carefully, found this:
If this PR solves the flakiness on glacier, we can then merge #96950
I'm going to mark this blocked until we can say "it's okay".
JohnTitor
added
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
and removed
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
labels
May 12, 2022
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 13, 2022
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
Thanks for confirming it! Moving back to waiting-on-review then.
JohnTitor
added
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
and removed
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
labels
May 28, 2022
📌 Commit dc87ad2 has been approved by compiler-errors,oli-obk
bors
added
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
May 28, 2022
…rrors,oli-obk
Add regression test for rust-lang#96395Closesrust-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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
7 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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