diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2018-03-19 22:09:47 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2018-03-19 22:09:47 +0900 |
| commit | 8236e431ce67f0cd32e0584a826586648842eaa3 (patch) | |
| tree | 291d9b862408ff0ddab8544fd27700e2c4a2cc93 | |
| parent | aafe7d89f0643e40f6f60b4bd4dd742041120227 (diff) | |
| download | rust-8236e431ce67f0cd32e0584a826586648842eaa3.tar.gz rust-8236e431ce67f0cd32e0584a826586648842eaa3.zip | |
Document only-X test header
| -rw-r--r-- | src/test/COMPILER_TESTS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/COMPILER_TESTS.md b/src/test/COMPILER_TESTS.md index c255294e790..8553665c017 100644 --- a/src/test/COMPILER_TESTS.md +++ b/src/test/COMPILER_TESTS.md @@ -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`, ... |
