Migrate run-make/issue-30063 to rmake by Oneirical · Pull Request #125227 · rust-lang/rust (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation20 Commits1 Checks6 Files changed

Conversation

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

[ Show hidden characters]({{ revealButtonHref }})

Oneirical

Part of #121876 and the associated Google Summer of Code project.

(Sorry about the inconvenience of all these PRs, this is the last one batched for today. I will discuss how we can cut these down a bit.)

The last check was previously commented out in the Makefile, and I have readded it. If it fails the CI, this can be reconsidered.

@rustbot

r? @jieyouxu

rustbot has assigned @jieyouxu.
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

@rustbot rustbot added A-testsuite

Area: The testsuite used to check the correctness of rustc

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)

labels

May 17, 2024

@rustbot

Some changes occurred in run-make tests.

cc @jieyouxu

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

jieyouxu

// This test tries to reproduce this issue with varied emit flags - if it passes, the codegen-units
// are being appropriately reset to 1 after each pass.

Choose a reason for hiding this comment

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

AFAICT, this isn't actually being checked. We're just checking here that foo.rs "compiles with various cli flags", am I understanding that correctly?

Choose a reason for hiding this comment

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

As in, the original test also isn't checking what this comment is saying?

Choose a reason for hiding this comment

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

You're right, I wrongfully assumed. The test is checking that the fix did not break compilation, not that the fix itself is doing what it is supposed to do (preventing the annoying re-compilation).

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

May 17, 2024

@jieyouxu

…jieyouxu

Migrate run-make/issue64319 to rmake and rename

Part of rust-lang#121876 and the associated Google Summer of Code project.

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.

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

May 18, 2024

@rust-timer

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.

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.

@bors

@rust-log-analyzer

This comment has been minimized.

jieyouxu

@jieyouxu

@rustbot rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

May 21, 2024

@Oneirical

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

May 22, 2024

@jieyouxu

Thanks, r=me after squashing commits into one.
@bors delegate+

@bors

✌️ @Oneirical, you can now approve this pull request!

If @jieyouxu told you to "r=me" after making some further change, please make that change, then do @bors r=@jieyouxu

@Oneirical

@Oneirical

@bors

📌 Commit f377ea1 has been approved by jieyouxu

It is now in the queue for this repository.

@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 22, 2024

@jieyouxu

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

May 23, 2024

@matthiaskrgr

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

May 23, 2024

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

May 23, 2024

@matthiaskrgr

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

May 23, 2024

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

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

May 23, 2024

@bors

Rollup of 7 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

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

May 23, 2024

@rust-timer

Labels

A-testsuite

Area: The testsuite used to check the correctness of rustc

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)