Skip to content

Add more tests for parallel frontend issues#158044

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
petrochenkov:partest
Jun 18, 2026
Merged

Add more tests for parallel frontend issues#158044
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
petrochenkov:partest

Conversation

@petrochenkov

Copy link
Copy Markdown
Contributor

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jun 17, 2026
@rustbot

rustbot commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 19 candidates

@lqd lqd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lqd

lqd commented Jun 17, 2026

Copy link
Copy Markdown
Member

r? me @bors r+ rollup

@rust-bors

rust-bors Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 1c1aca5 has been approved by lqd

It is now in the queue for this repository.

@rust-bors rust-bors Bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jun 17, 2026
@rust-bors rust-bors Bot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 17, 2026
rust-bors Bot pushed a commit that referenced this pull request Jun 17, 2026
…uwer

Rollup of 12 pull requests

Successful merges:

 - #157788 (Accumulate multiple -Zsanitizer target modifiers)
 - #158012 (Stabilize `strip_circumfix`)
 - #157810 (Query the trait solver in slow path for `missing_debug_implementations`)
 - #157829 (tests: adapt two tests for LLVM 23 changes)
 - #157873 (mips: set llvm_args -mno-check-zero-division for all mips targets)
 - #157886 (Reject extra fields in MGCA struct const arguments)
 - #157917 (Don't suggest adding `in` to a `for` loop that already has one)
 - #157967 (Preserve track_caller for by-value dyn vtable shims)
 - #158019 (delegation: add simple test for incremental compilation)
 - #158023 (Move `UnusedDuplicate` diag struct to `rustc_attr_parsing`)
 - #158029 (Rename `project-stable-mir` to `project-rustc-public`)
 - #158044 (Add more tests for parallel frontend issues)
@rust-bors rust-bors Bot merged commit d9dc07c into rust-lang:main Jun 18, 2026
13 checks passed
rust-timer added a commit that referenced this pull request Jun 18, 2026
Rollup merge of #158044 - petrochenkov:partest, r=lqd

Add more tests for parallel frontend issues

Issues:
- #153366
- #154056
- #154560

2 issues still reproduce (and therefore marked with `//@ ignore-parallel-frontend query`), 1 issue doesn't reproduce.

Closes #153366.
@rustbot rustbot added this to the 1.98.0 milestone Jun 18, 2026
pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Jun 18, 2026
…uwer

Rollup of 12 pull requests

Successful merges:

 - rust-lang/rust#157788 (Accumulate multiple -Zsanitizer target modifiers)
 - rust-lang/rust#158012 (Stabilize `strip_circumfix`)
 - rust-lang/rust#157810 (Query the trait solver in slow path for `missing_debug_implementations`)
 - rust-lang/rust#157829 (tests: adapt two tests for LLVM 23 changes)
 - rust-lang/rust#157873 (mips: set llvm_args -mno-check-zero-division for all mips targets)
 - rust-lang/rust#157886 (Reject extra fields in MGCA struct const arguments)
 - rust-lang/rust#157917 (Don't suggest adding `in` to a `for` loop that already has one)
 - rust-lang/rust#157967 (Preserve track_caller for by-value dyn vtable shims)
 - rust-lang/rust#158019 (delegation: add simple test for incremental compilation)
 - rust-lang/rust#158023 (Move `UnusedDuplicate` diag struct to `rustc_attr_parsing`)
 - rust-lang/rust#158029 (Rename `project-stable-mir` to `project-rustc-public`)
 - rust-lang/rust#158044 (Add more tests for parallel frontend issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ICE]: checks.rs: index out of bounds: the len is 0 but the index is 0

4 participants