-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Reduce rustdoc GUI flakyness, take 2 #151145
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
Reduce rustdoc GUI flakyness, take 2 #151145
Conversation
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Seems okay, let's give this a try...
|
@bors r+ p=1 (hopefully mitigates flaky rustdoc-gui test) |
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for 605e098 failed: CI. Failed jobs:
|
|
@bors retry (codegen-llvm flaky test) |
|
Can be included in rollup... but anyway |
|
⌛ Testing commit 4bacdf7 with merge bec7c4a... Workflow: https://github.com/rust-lang/rust/actions/runs/21018146074 |
Revert "avoid phi node for pointers flowing into Vec appends rust-lang#130998" This reverts PR rust-lang#130998 because the added test seems to be flaky / non-deterministic, and has been failing in unrelated PRs during merge CI: - rust-lang#151129 (comment) - rust-lang#150772 (comment) - rust-lang#150925 (comment) - rust-lang#151145 (comment) See also [#t-infra > Tree ops](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Tree.20ops/with/568111767). > [!NOTE] > > This is a "fallback" PR in case the FileCheck failure isn't obvious (i.e. fix-forward). This PR reverts rust-lang#130998 wholesale in case the failure is genuine and indicative of a bug in the actual implementation change.
|
Yield to enclosing special rollup. @bors retry |
|
❗ You can only retry pull requests that are approved and have a previously failed auto build |
|
@bors yield |
|
Auto build cancelled. Cancelled workflows: The next pull request likely to be tested is #151151. |
Rollup merge of #151150 - revert-vec-append, r=Zalathar Revert "avoid phi node for pointers flowing into Vec appends #130998" This reverts PR #130998 because the added test seems to be flaky / non-deterministic, and has been failing in unrelated PRs during merge CI: - #151129 (comment) - #150772 (comment) - #150925 (comment) - #151145 (comment) See also [#t-infra > Tree ops](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Tree.20ops/with/568111767). > [!NOTE] > > This is a "fallback" PR in case the FileCheck failure isn't obvious (i.e. fix-forward). This PR reverts #130998 wholesale in case the failure is genuine and indicative of a bug in the actual implementation change.
Fixes #151006 (hopefully).
Seems like #151053 did not fix the flakyness issue, so here is another take on this issue.
r? @jieyouxu