We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafe7d8 commit 8236e43Copy full SHA for 8236e43
src/test/COMPILER_TESTS.md
@@ -54,6 +54,8 @@ be compiled or run.
54
* `ignore-test` always ignores the test
55
* `ignore-lldb` and `ignore-gdb` will skip a debuginfo test on that debugger.
56
57
+`only-X` is the opposite. The test will run only when `X` matches.
58
+
59
Some examples of `X` in `ignore-X`:
60
61
* Architecture: `aarch64`, `arm`, `asmjs`, `mips`, `wasm32`, `x86_64`, `x86`, ...
0 commit comments