Add missing rustdoc tests explanations

This commit is contained in:
Guillaume Gomez 2022-03-09 14:36:37 +01:00 committed by Noah Lev
parent 133100ead7
commit 3782d52fab
2 changed files with 9 additions and 6 deletions

View File

@ -52,14 +52,15 @@ The following test suites are available, with links for more information:
- `run-make-fulldeps``run-make` tests which require a linkable build of `rustc`,
or the rust demangler
- [`run-pass-valgrind`](#valgrind-tests) — tests run with Valgrind
- Rustdoc tests:
- [Rustdoc tests](../rustdoc.md#tests):
- `rustdoc` — tests for rustdoc, making sure that the generated files
contain the expected documentation.
- `rustdoc-gui` — TODO
- `rustdoc-js` — TODO
- `rustdoc-js-std` — TODO
- `rustdoc-json` — TODO
- `rustdoc-ui` — TODO
- `rustdoc-gui` — tests for rustdoc's GUI using a web browser.
- `rustdoc-js` — tests to ensure the rustdoc search is working as expected.
- `rustdoc-js-std` — tests to ensure the rustdoc search is working as expected
(run specifically on the std docs).
- `rustdoc-json` — tests on the JSON output of rustdoc.
- `rustdoc-ui` — tests on the terminal output of rustdoc.
[`src/test`]: https://github.com/rust-lang/rust/blob/master/src/test
[`src/tools/compiletest/src/common.rs`]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src/common.rs

View File

@ -101,6 +101,8 @@ Links across all documentation is validated with a link checker tool.
> Example: `./x.py test src/tools/linkchecker`
> Example: `./x.py test linkchecker`
This requires building all of the documentation, which might take a while.
### Dist check