Document only-X test header

This commit is contained in:
Seo Sanghyeon 2018-03-19 22:09:47 +09:00
parent aafe7d89f0
commit 8236e431ce

View file

@ -54,6 +54,8 @@ be compiled or run.
* `ignore-test` always ignores the test
* `ignore-lldb` and `ignore-gdb` will skip a debuginfo test on that debugger.
`only-X` is the opposite. The test will run only when `X` matches.
Some examples of `X` in `ignore-X`:
* Architecture: `aarch64`, `arm`, `asmjs`, `mips`, `wasm32`, `x86_64`, `x86`, ...