about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2018-03-19 22:09:47 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2018-03-19 22:09:47 +0900
commit8236e431ce67f0cd32e0584a826586648842eaa3 (patch)
tree291d9b862408ff0ddab8544fd27700e2c4a2cc93
parentaafe7d89f0643e40f6f60b4bd4dd742041120227 (diff)
downloadrust-8236e431ce67f0cd32e0584a826586648842eaa3.tar.gz
rust-8236e431ce67f0cd32e0584a826586648842eaa3.zip
Document only-X test header
-rw-r--r--src/test/COMPILER_TESTS.md2
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`, ...