Uh oh!
There was an error while loading. Please reload this page.
Move rustdoc tests to appropriate subdirectories - #148159
Conversation
Reorganize rustdoc tests into their correct subdirectories for better categorization: - Move lint-related tests to rustdoc-ui/lints/ - Move intra-doc link tests to rustdoc-ui/intra-doc/ - Move deref-related tests to rustdoc-ui/deref/ - Move doc-cfg test to rustdoc/doc-cfg/ This improves test organization and makes it easier to find tests related to specific rustdoc functionality.
rustbot
commented
Oct 27, 2025
rustbot has assigned @GuillaumeGomez. Use |
apiraino
commented
Oct 27, 2025
I struggle a bit to see the connection between "fixes #136452" (a pull request, not a ticket) and this patch. I don't even see there a comment or anything resembling a TODO item. |
GuillaumeGomez
commented
Oct 27, 2025
The "fixes" comment is wrong but the cleanup is good though. Did you link to the wrong #? |
You are correct, I did put the wrong number on the pr! I accidentally added the "Fixes #136452" and it was a general cleanup job. I just removed it from the comment. |
GuillaumeGomez
commented
Oct 29, 2025
Thanks! @bors r+ rollup |
bors
commented
Oct 29, 2025
Rollup of 4 pull requests Successful merges: - #148159 (Move rustdoc tests to appropriate subdirectories) - #148218 (Update T-compiler/ops Zulip messages) - #148228 (Run regression test for #147964 on next solver too) - #148237 (citool: Always print a signed percentage in job duration changes) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #148159 - politikl:move-rustdoc-tests-to-subdirs, r=GuillaumeGomez Move rustdoc tests to appropriate subdirectories ## Summary This PR reorganizes rustdoc tests into their correct subdirectories for better categorization and maintainability. ## Changes - Moved 6 lint-related tests to `tests/rustdoc-ui/lints/` - Moved 2 intra-doc link tests to `tests/rustdoc-ui/intra-doc/` - Moved 3 deref-related tests to `tests/rustdoc-ui/deref/` - Moved 1 doc-cfg test to `tests/rustdoc/doc-cfg/` ## Tests All moved tests have been verified and pass in their new locations.
Summary
This PR reorganizes rustdoc tests into their correct subdirectories for better categorization and maintainability.
Changes
tests/rustdoc-ui/lints/tests/rustdoc-ui/intra-doc/tests/rustdoc-ui/deref/tests/rustdoc/doc-cfg/Tests
All moved tests have been verified and pass in their new locations.