Skip to content

Commit f608f36

Browse files
committed
Fix wording to differentiate target triple substring vs special collections
1 parent 4ef99e8 commit f608f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ their command specifies, or the test will fail without even being run.
6565

6666
* `ignore-target-xxx` and `only-target-xxx` requires the `target-` prefix before the `xxx` substring
6767
to be matched against target triples, whereas compiletest allows plain `ignore-xxx` without the
68-
`target-` prefix.
68+
`target-` prefix. The substring `xxx` must also be a substring of target triples, and special
69+
collections such as `macos`/`unix` in compiletest is not supported.
6970
* only supports `ui` tests
7071
* tests are run in named order, so you can prefix slow tests with `0` in order to make them get run first
7172
* `aux-build`s require specifying nested aux builds explicitly and will not allow you to reference sibling `aux-build`s' artifacts.

0 commit comments

Comments
 (0)