Migrate `run-make/issue64319` to `rmake` and rename by Oneirical · Pull Request #125215 · rust-lang/rust

@Oneirical

@Oneirical

@rustbot rustbot added A-testsuite

Area: The testsuite used to check the correctness of rustc

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

labels

May 17, 2024

@bors bors 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

May 17, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 18, 2024
Rollup of 3 pull requests

Successful merges:

 - rust-lang#125213 (Migrate `run-make/static-unwinding` to `rmake`)
 - rust-lang#125215 (Migrate `run-make/issue64319` to `rmake` and rename)
 - rust-lang#125221 (Migrate `run-make/issue-28766` to `rmake`)

r? `@ghost`
`@rustbot` modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

May 18, 2024
Rollup merge of rust-lang#125215 - Oneirical:easy-test-the-second, r=jieyouxu

Migrate `run-make/issue64319` to `rmake` and rename

Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).

~~I noticed that the Makefile was not listed in `allowed-run-makefiles` in Tidy. Does this mean the test was being ignored?~~ EDIT: No, it was there, just not in its expected alphabetical order.

EDIT2: Perhaps it could be interesting to clean this test visually by looping over the `rustc` calls, like in rust-lang#125227.