We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687a1aa commit 237b431Copy full SHA for 237b431
README.md
@@ -29,6 +29,7 @@ their command specifies, or the test will fail without even being run.
29
30
* `//@ignore-C` avoids running the test when condition `C` is met.
31
* `C` can be `target-XXX`, which checks whether the target triple contains `XXX`.
32
+ * `C` can be `host-XXX`, which checks whether the host triple contains `XXX`.
33
* `C` can also be one of `64bit`, `32bit` or `16bit`.
34
* `C` can also be `on-host`, which will only run the test during cross compilation testing.
35
* `//@only-C` **only** runs the test when condition `C` is met. The conditions are the same as with `ignore`.
0 commit comments