Skip to content

Commit f863101

Browse files
authored
Document that test names cannot contain dots (#1927)
1 parent d43fff7 commit f863101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/ui.md

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ The general form is:
6464

6565
*test-name*`.`*revision*`.`*compare_mode*`.`*extension*
6666

67+
* *test-name* cannot contain dots. This is so that the general form of test
68+
output filenames have a predictable form we can pattern match on in order to
69+
track stray test output files.
6770
* *revision* is the [revision](#cfg-revisions) name.
6871
This is not included when not using revisions.
6972
* *compare_mode* is the [compare mode](#compare-modes).

0 commit comments

Comments
 (0)