Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,16 +788,12 @@ only apply to the test as a whole, not to particular revisions.
The only directives that are intended to really work when customized to a revision are
error patterns and compiler flags.

<!-- date-check jul 2023 -->
The following test suites support revisions:

- ui
- assembly
- codegen
- coverage
- debuginfo
- rustdoc UI tests
- incremental (these are special in that they inherently cannot be run in parallel)
<!-- date-check Feb 2026 -->
> Note that these test suites do not support revisions:
> - `codegen-units`
> - `run-make`
> - `rustdoc-html`
> - `rustdoc-json`

### Ignoring unused revision names

Expand Down
Loading