Skip to content

Commit

Permalink
README: update ignore-target/only-target comparison with compiletest
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 23, 2025
1 parent 03601bb commit 45029fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ their command specifies, or the test will fail without even being run.

## Significant differences to compiletest-rs

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

0 comments on commit 45029fd

Please sign in to comment.