Skip to content

Relocate some tests#152604

Merged
rust-bors[bot] merged 5 commits intorust-lang:mainfrom
reddevilmidzy:refactor
Feb 15, 2026
Merged

Relocate some tests#152604
rust-bors[bot] merged 5 commits intorust-lang:mainfrom
reddevilmidzy:refactor

Conversation

@reddevilmidzy
Copy link
Member

@reddevilmidzy reddevilmidzy commented Feb 14, 2026

dynamically-sized-types -> dst
underscore-imports -> imports/underscore-imports
btreemap, hashmap -> collections/btreemap, collections/hashmap
higher-ranked-trait-bounds -> higher-ranked/trait-bounds
meta -> compiletest-self-test, bootstrap

After the review, I'll squash.

@rustbot
Copy link
Collaborator

rustbot commented Feb 14, 2026

r? @dianqk

rustbot has assigned @dianqk.
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 68 candidates
  • Random selection from 17 candidates

@rustbot rustbot added A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Feb 14, 2026
@Zalathar
Copy link
Member

no_std-extern-libc.rs probably belongs in ui/bootstrap rather than compiletest-self-test.

@dianqk
Copy link
Member

dianqk commented Feb 15, 2026

@rustbot reroll

@rustbot rustbot assigned JonathanBrouwer and unassigned dianqk Feb 15, 2026
@Zalathar
Copy link
Member

I can't commit to a full review at the moment, but I will say that this looks good from what I've seen.

@reddevilmidzy
Copy link
Member Author

To elaborate on the changes, I made a few directory adjustments, following the FIXME in tests/ui/README.md.
I checked for duplicate tests (there were none) and renamed tests that had an issue prefix. (underscore-imports/issue-110164.rs -> imports/underscore-imports/invalid-path-110164.rs)

@Zalathar
Copy link
Member

I think it's better to not squash, because the individual commits are good logical boundaries.

And in that case, please fix the typo in the first commit message (sitedsized).

After that, I'll r+.

@Zalathar
Copy link
Member

r? me

@rustbot rustbot assigned Zalathar and unassigned JonathanBrouwer Feb 15, 2026
@reddevilmidzy
Copy link
Member Author

Oh, there was a typo.😅 I corrected it.

@Zalathar
Copy link
Member

@bors r+ rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 15, 2026

📌 Commit c92f384 has been approved by Zalathar

It is now in the queue for this repository.

@rust-bors rust-bors bot 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 Feb 15, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 15, 2026
Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 15, 2026
Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 15, 2026
Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 15, 2026
Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 15, 2026
Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 15, 2026
Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
rust-bors bot pushed a commit that referenced this pull request Feb 15, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - #152566 (Remove code for ThinLTO from cg_gcc)
 - #152278 (Fix const normalization for generic const items with trait assoc consts)
 - #152604 (Relocate some tests)
 - #152625 (Provide all lint group names to Clippy)
@rust-bors rust-bors bot merged commit c5a12fb into rust-lang:main Feb 15, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Feb 15, 2026
rust-timer added a commit that referenced this pull request Feb 15, 2026
Rollup merge of #152604 - reddevilmidzy:refactor, r=Zalathar

Relocate some tests

`dynamically-sized-types` -> `dst`
`underscore-imports` -> `imports/underscore-imports`
`btreemap`, `hashmap` -> `collections/btreemap`, `collections/hashmap`
`higher-ranked-trait-bounds` -> `higher-ranked/trait-bounds`
`meta` -> `compiletest-self-test`, `bootstrap`

After the review, I'll squash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tidy Area: The tidy tool S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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.

5 participants

Comments