File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,8 @@ their command specifies, or the test will fail without even being run.
94
94
95
95
## Significant differences to compiletest - rs
96
96
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
100
99
collections such as `macos `/ `unix ` in compiletest is not supported .
101
100
* only supports `ui ` tests
102
101
* tests are run in named order , so you can prefix slow tests with `0 ` in order to make them get run first
You can’t perform that action at this time.
0 commit comments