-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
reproduction steps:
./x test -v tests/rustdoc-js-std/return-based-sort.js
(or any other unit test in the folder, probably)- make a change to
search.js
(one that impacts the result of the test will make it more obvious) ./x test -v tests/rustdoc-js-std/return-based-sort.js
(again)
rustdoc will not get rebuilt.
i've run into this a few times before but i only now figured out what was happening (i think?).
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)