Skip to content

Reinstate the hir-stats.rs tests on stage 1. #107577

New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

nnethercote
Copy link
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 Feb 1, 2023
@nnethercote
Copy link
Contributor Author

@bors rollup=always

@jyn514
Copy link
Member

jyn514 commented Feb 2, 2023

It seems unfortunate to have tests that aren't run in CI ... is there a reason we shouldn't keep // ignore-stage1 here permanently?

@nnethercote
Copy link
Contributor Author

I think ignore-stage1 should be avoided as much as possible. It's annoying to run x test tests/ui and everything passes and you think you're good and then you realize much later that an ignore-stage1 test was skipped and fails with stage 2.

@jyn514
Copy link
Member

jyn514 commented Feb 2, 2023

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 2, 2023

📌 Commit e30cd18 has been approved by jyn514

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 Feb 2, 2023
Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Feb 2, 2023
…=jyn514

Reinstate the `hir-stats.rs` tests on stage 1.

r? `@the8472`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 2, 2023
…=jyn514

Reinstate the `hir-stats.rs` tests on stage 1.

r? ``@the8472``
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 2, 2023
…iaskrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#106919 (Recover `_` as `..` in field pattern)
 - rust-lang#107493 (Improve diagnostic for missing space in range pattern)
 - rust-lang#107515 (Improve pretty-printing of `HirIdValidator` errors)
 - rust-lang#107524 (Remove both StorageLive and StorageDead in CopyProp.)
 - rust-lang#107532 (Erase regions before doing uninhabited check in borrowck)
 - rust-lang#107559 (Rename `rust_2015` → `is_rust_2015`)
 - rust-lang#107577 (Reinstate the `hir-stats.rs` tests on stage 1.)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 08181ea into rust-lang:master Feb 2, 2023
@rustbot rustbot added this to the 1.69.0 milestone Feb 2, 2023
@nnethercote nnethercote deleted the reinstate-hir-stats branch February 2, 2023 21:15
# for free to join this conversation on GitHub. Already have an account? # 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.

5 participants