Skip to content

Commit 680bb08

Browse files
authored
Merge pull request #209 from jieyouxu/fix-readme
Fix docs for `{ignore,only}-target-*` directive differences with compiletest
2 parents 2288aed + f608f36 commit 680bb08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ their command specifies, or the test will fail without even being run.
6363

6464
## Significant differences to compiletest-rs
6565

66-
* `ignore-target-*` and `only-target-*` operate solely on the triple, instead of supporting things like `macos`
66+
* `ignore-target-xxx` and `only-target-xxx` requires the `target-` prefix before the `xxx` substring
67+
to be matched against target triples, whereas compiletest allows plain `ignore-xxx` without the
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.
6770
* only supports `ui` tests
6871
* tests are run in named order, so you can prefix slow tests with `0` in order to make them get run first
6972
* `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)