Add more tests for the parallel frontend#154354
Open
ywxt wants to merge 1 commit intorust-lang:mainfrom
Open
Conversation
This comment has been minimized.
This comment has been minimized.
10505d2 to
7712689
Compare
Contributor
Collaborator
|
Reminder, once the PR becomes ready for a review, use |
7712689 to
0f479bf
Compare
Collaborator
|
This PR was rebased onto a different main 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. |
Contributor
Author
|
@rustbot ready |
This comment has been minimized.
This comment has been minimized.
0f479bf to
224eda0
Compare
Contributor
Author
|
#142949 failed on x86_64-gnu-llvm-21 with the single thread.
that's strange on x86_64 |
Contributor
|
@bors r+ |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Mar 26, 2026
…henkov Add more tests for the parallel frontend Add corresphonding tests from issues: - rust-lang#115223 - rust-lang#151358 - rust-lang#120757 - rust-lang#134978 - rust-lang#120786 - rust-lang#129911 - rust-lang#129912 - rust-lang#151226 - rust-lang#142064 - rust-lang#120759 For rust-lang#119785 > Effects is no more and the implementation of const_trait_impl has changed dramatically. This is obviously fixed. I don't think it's worth adding a regression test. If you disagree, feel free to open a PR and ping [@]rust-lang/project-const-traits for a "majority vote". So it doesn't appear here. And rust-lang#142949 has flipflopping diagnostics r? @petrochenkov
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Mar 26, 2026
…henkov Add more tests for the parallel frontend Add corresphonding tests from issues: - rust-lang#115223 - rust-lang#151358 - rust-lang#120757 - rust-lang#134978 - rust-lang#120786 - rust-lang#129911 - rust-lang#129912 - rust-lang#151226 - rust-lang#142064 - rust-lang#120759 For rust-lang#119785 > Effects is no more and the implementation of const_trait_impl has changed dramatically. This is obviously fixed. I don't think it's worth adding a regression test. If you disagree, feel free to open a PR and ping [@]rust-lang/project-const-traits for a "majority vote". So it doesn't appear here. And rust-lang#142949 has flipflopping diagnostics r? @petrochenkov
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
…uwer Rollup of 5 pull requests Successful merges: - #152757 (Add x86_64-unknown-linux-gnu{m,t}san target which enables {M,T}San by default) - #154354 (Add more tests for the parallel frontend) - #154088 (Reorder inline asm operands in pretty printer to satisfy grammar constraints) - #154407 (Link from `assert_matches` to `debug_assert_matches`) - #154420 (Use extended regex syntax)
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.
Add corresphonding tests from issues:
assertion failed: found_cycle#115223!worker_thread.is_null()#151358None#120786deadlock detected as we're unable to find a query cycle to break#129911Unable to verify registry association/!worker_thread.is_null()#151226internal error: entered unreachable code#142064deadlock detected without any query#120759For #119785
So it doesn't appear here.
And #142949 has flipflopping diagnostics
r? @petrochenkov