Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tests/run-make-fulldeps/pretty-expanded #125973

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

Zalathar
Copy link
Contributor

@Zalathar Zalathar commented Jun 4, 2024

This was an ancient regression test for #12685, caused by -Zunpretty=expanded crashing on certain code produced by #[derive(RustcEncodable)].

Given that this test predates //@ pretty-expanded tests, and was tied to ancient implementation details of the pretty-printer and #[derive(RustcEncodable)] (which the test no longer even uses), I think we can safely delete it.


Spotted via #125948.

@rustbot
Copy link
Collaborator

rustbot commented Jun 4, 2024

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
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 the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 4, 2024
@lqd
Copy link
Member

lqd commented Jun 4, 2024

r? lqd

r=me when the rustfmt PR lands and you've rebased this one

@bors delegate+

@bors
Copy link
Contributor

bors commented Jun 4, 2024

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

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

@lqd
Copy link
Member

lqd commented Jun 4, 2024

@rustbot author

@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 Jun 4, 2024
This was an ancient regression test for rust-lang#12685, caused by `-Zunpretty=expanded`
crashing on certain code produced by `#[derive(RustcEncodable)]`.
@Zalathar
Copy link
Contributor Author

Zalathar commented Jun 4, 2024

Rebased after the formatting changes.

@bors r=lqd rollup

@bors
Copy link
Contributor

bors commented Jun 4, 2024

📌 Commit c7491a9 has been approved by lqd

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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 4, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 4, 2024
…llaumeGomez

Rollup of 11 pull requests

Successful merges:

 - rust-lang#106186 (Add function `core::iter::chain`)
 - rust-lang#125596 (Convert `proc_macro_back_compat` lint to an unconditional error.)
 - rust-lang#125696 (Explain differences between `{Once,Lazy}{Cell,Lock}` types)
 - rust-lang#125917 (Create `run-make` `env_var` and `env_var_os` helpers)
 - rust-lang#125927 (Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targets)
 - rust-lang#125930 (feat(opt-dist): new flag `--benchmark-cargo-config`)
 - rust-lang#125932 (Fix typo in the docs of `HashMap::raw_entry_mut`)
 - rust-lang#125933 (Update books)
 - rust-lang#125944 (Update fuchsia maintainers)
 - rust-lang#125946 (Include trailing commas in wrapped function declarations [RustDoc])
 - rust-lang#125973 (Remove `tests/run-make-fulldeps/pretty-expanded`)

Failed merges:

 - rust-lang#125815 (`rustc_parse` top-level cleanups)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit f41c3e9 into rust-lang:master Jun 4, 2024
6 checks passed
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jun 4, 2024
Rollup merge of rust-lang#125973 - Zalathar:pretty, r=lqd

Remove `tests/run-make-fulldeps/pretty-expanded`

This was an ancient regression test for rust-lang#12685, caused by `-Zunpretty=expanded` crashing on certain code produced by `#[derive(RustcEncodable)]`.

Given that this test predates `//@ pretty-expanded` tests, and was tied to ancient implementation details of the pretty-printer and `#[derive(RustcEncodable)]` (which the test no longer even uses), I think we can safely delete it.

---

Spotted via rust-lang#125948.
@rustbot rustbot added this to the 1.80.0 milestone Jun 4, 2024
@Zalathar Zalathar deleted the pretty branch June 5, 2024 00:11
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 5, 2024
Port `tests/run-make-fulldeps/issue-19371` to ui-fulldeps

This test can run as an ordinary `tests/ui-fulldeps` test, with the help of some additional header variable substitutions to supply a sysroot and linker.

---

Unlike rust-lang#125973, this test appears to be testing something vaguely useful and breakable, which is why I didn't just delete it.
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2024
Rollup merge of rust-lang#126008 - Zalathar:fulldeps-19371, r=jieyouxu

Port `tests/run-make-fulldeps/issue-19371` to ui-fulldeps

This test can run as an ordinary `tests/ui-fulldeps` test, with the help of some additional header variable substitutions to supply a sysroot and linker.

---

Unlike rust-lang#125973, this test appears to be testing something vaguely useful and breakable, which is why I didn't just delete it.
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants