Skip to content

Commit 4ef99e8

Browse files
committed
Fix docs for ignore/only directive differences with compiletest
1 parent 6a97ed6 commit 4ef99e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ 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.
6769
* only supports `ui` tests
6870
* tests are run in named order, so you can prefix slow tests with `0` in order to make them get run first
6971
* `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)