File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ their command specifies, or the test will fail without even being run.
65
65
66
66
* ` ignore-target-xxx ` and ` only-target-xxx ` requires the ` target- ` prefix before the ` xxx ` substring
67
67
to be matched against target triples, whereas compiletest allows plain ` ignore-xxx ` without the
68
- ` target- ` prefix.
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.
69
70
* only supports ` ui ` tests
70
71
* tests are run in named order, so you can prefix slow tests with ` 0 ` in order to make them get run first
71
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