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

rustdoc: add two regression tests #130173

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

fmease
Copy link
Member

@fmease fmease commented Sep 9, 2024

They were basically copy/pasted from tests/ui/ to tests/rustdoc-ui/.
Not sure if it's worth adding these, I can just close these issues as is if you want.

This brings the number of T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. + E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. from 3 down to 1.
The remaining one – #103004 — is a nasty one to retroactively find a proper(!) test for.

Fixes #98250.
Fixes #107872.

r? rustdoc

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Sep 9, 2024
@notriddle
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Sep 9, 2024

📌 Commit 6d61dfd has been approved by notriddle

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 Sep 9, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 10, 2024
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#130143 (miri-test-libstd: add missing BOOTSTRAP_ARGS)
 - rust-lang#130173 (rustdoc: add two regression tests)
 - rust-lang#130175 (`rustc_mir_transform` cleanups 3)
 - rust-lang#130184 (coverage: Clean up terminology in counter creation)
 - rust-lang#130185 (abi/compatibility test: remove tests inside repr(C) wrappers)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 10, 2024
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#130143 (miri-test-libstd: add missing BOOTSTRAP_ARGS)
 - rust-lang#130173 (rustdoc: add two regression tests)
 - rust-lang#130175 (`rustc_mir_transform` cleanups 3)
 - rust-lang#130184 (coverage: Clean up terminology in counter creation)
 - rust-lang#130185 (abi/compatibility test: remove tests inside repr(C) wrappers)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit a204f87 into rust-lang:master Sep 10, 2024
6 checks passed
@rustbot rustbot added this to the 1.83.0 milestone Sep 10, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 10, 2024
Rollup merge of rust-lang#130173 - fmease:rustdoc-regression-tests, r=notriddle

rustdoc: add two regression tests

They were basically copy/pasted from `tests/ui/` to `tests/rustdoc-ui/`.
Not sure if it's worth adding these, I can just close these issues as is if you want.

This brings the number of https://github.com/rust-lang/rust/labels/T-rustdoc + https://github.com/rust-lang/rust/labels/E-needs-test from 3 down to 1.
The remaining one – rust-lang#103004 — is a nasty one to retroactively find a proper(!) test for.

Fixes rust-lang#98250.
Fixes rust-lang#107872.

r? rustdoc
@fmease fmease deleted the rustdoc-regression-tests branch September 23, 2024 06:38
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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustdoc: failed to normalize rustdoc: stack overflow: rustdoc::clean::clean_qpath()
4 participants