From aa0d5c13078dd8abb9e4270eda1acee0a67bb46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:44:41 +0000 Subject: [PATCH] Document that test names cannot contain dots (#1927) --- src/tests/ui.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/ui.md b/src/tests/ui.md index cffecda8..3f850264 100644 --- a/src/tests/ui.md +++ b/src/tests/ui.md @@ -64,6 +64,9 @@ The general form is: *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. This is not included when not using revisions. * *compare_mode* is the [compare mode](#compare-modes).