Skip to content

Commit a9a8ea0

Browse files
authored
Merge pull request #305 from RalfJung/readme
README: update ignore-target/only-target comparison with compiletest
2 parents 03601bb + 45029fd commit a9a8ea0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ their command specifies, or the test will fail without even being run.
9494

9595
## Significant differences to compiletest-rs
9696

97-
* `ignore-target-xxx` and `only-target-xxx` requires the `target-` prefix before the `xxx` substring
98-
to be matched against target triples, whereas compiletest allows plain `ignore-xxx` without the
99-
`target-` prefix. The substring `xxx` must also be a substring of target triples, and special
97+
* target selection is done via `ignore-target: xxx` and `only-target: xxx` instead of compiletest's
98+
`ignore-xxx`/`only-xxx`. The `xxx` must also be a substring of the target triple; special
10099
collections such as `macos`/`unix` in compiletest is not supported.
101100
* only supports `ui` tests
102101
* tests are run in named order, so you can prefix slow tests with `0` in order to make them get run first

0 commit comments

Comments
 (0)