Skip to content

Commit 8082f48

Browse files
authored
date-check: test suites/classes using "revisions" (#1738)
1 parent 0985f5d commit 8082f48

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/tests/compiletest.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,6 @@ fn main() {
467467

468468
## Revisions
469469

470-
Certain classes of tests support "revisions" (as of <!-- date-check --> July 2022,
471-
this includes UI, assembly, codegen, debuginfo, incremental, and rustdoc UI tests,
472-
though incremental tests are somewhat different).
473470
Revisions allow a single test file to be used for multiple tests.
474471
This is done by adding a special header at the top of the file:
475472

@@ -503,6 +500,15 @@ currently only apply to the test as a whole, not to particular
503500
revisions. The only headers that are intended to really work when
504501
customized to a revision are error patterns and compiler flags.
505502

503+
<!-- date-check jul 2023 -->
504+
Following is classes of tests that support revisions:
505+
- UI
506+
- assembly
507+
- codegen
508+
- debuginfo
509+
- rustdoc UI tests
510+
- incremental (these are special in that they inherently cannot be run in parallel)
511+
506512
## Compare modes
507513

508514
Compiletest can be run in different modes, called _compare modes_, which can

0 commit comments

Comments
 (0)