diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-03-23 09:27:23 -0500 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-23 10:16:10 -0700 |
| commit | 815171b592c0ed5bc0c4a0d5df9d1c20dc146aab (patch) | |
| tree | e6eaaac1b5feb7c2a3eaf47d8acf306b246aa25a | |
| parent | 401a93096ddc002c867633a7d8d613e8249b6b06 (diff) | |
| parent | 8236e431ce67f0cd32e0584a826586648842eaa3 (diff) | |
| download | rust-815171b592c0ed5bc0c4a0d5df9d1c20dc146aab.tar.gz rust-815171b592c0ed5bc0c4a0d5df9d1c20dc146aab.zip | |
Rollup merge of #49169 - sanxiyn:doc-only, r=aturon
Document only-X test header This was added in #47487 without documentation.
| -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`, ... |
