Move the clippy_ci_panic_test integration into a regular test - #17502
Open
Jarcho wants to merge 3 commits into
Open
Move the clippy_ci_panic_test integration into a regular test#17502Jarcho wants to merge 3 commits into
clippy_ci_panic_test integration into a regular test#17502Jarcho wants to merge 3 commits into
Conversation
Jarcho
force-pushed
the
clippy_ci_panic_test
branch
from
August 3, 2026 20:20
44fd956 to
d0103d5
Compare
Contributor
Author
|
Did not know |
Jarcho
force-pushed
the
clippy_ci_panic_test
branch
3 times, most recently
from
August 10, 2026 13:04
188eb28 to
966e708
Compare
Jarcho
force-pushed
the
clippy_ci_panic_test
branch
from
August 17, 2026 15:15
966e708 to
398ae52
Compare
This comment has been minimized.
This comment has been minimized.
Jarcho
force-pushed
the
clippy_ci_panic_test
branch
from
August 25, 2026 15:43
398ae52 to
cdd9d88
Compare
Collaborator
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Jarcho
force-pushed
the
clippy_ci_panic_test
branch
from
August 25, 2026 15:50
cdd9d88 to
09c7d6f
Compare
Contributor
Author
|
So it turns out we already had an internal test for this. First two commits move it to a regular test and adapt it so it should run without needing to be reblessed as rustc details change. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This has no reason AFAICT to be implemented as an integration test.
r? flip1995
changelog: none