File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,10 @@ their command specifies, or the test will fail without even being run.
63
63
64
64
## Significant differences to compiletest-rs
65
65
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.
67
70
* only supports ` ui ` tests
68
71
* tests are run in named order, so you can prefix slow tests with ` 0 ` in order to make them get run first
69
72
* ` aux-build ` s require specifying nested aux builds explicitly and will not allow you to reference sibling ` aux-build ` s' artifacts.
You can’t perform that action at this time.
0 commit comments