Document that test names cannot contain dots (#1927)

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-03-08 20:44:41 +00:00 committed by GitHub
parent 0a9c758ed5
commit aa0d5c1307
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ The general form is:
*test-name*`.`*revision*`.`*compare_mode*`.`*extension* *test-name*`.`*revision*`.`*compare_mode*`.`*extension*
* *test-name* cannot contain dots. This is so that the general form of test
output filenames have a predictable form we can pattern match on in order to
track stray test output files.
* *revision* is the [revision](#cfg-revisions) name. * *revision* is the [revision](#cfg-revisions) name.
This is not included when not using revisions. This is not included when not using revisions.
* *compare_mode* is the [compare mode](#compare-modes). * *compare_mode* is the [compare mode](#compare-modes).