Skip to content

Commit

Permalink
Rollup merge of rust-lang#49169 - sanxiyn:doc-only, r=aturon
Browse files Browse the repository at this point in the history
Document only-X test header

This was added in rust-lang#47487 without documentation.
  • Loading branch information
frewsxcv authored Mar 23, 2018
2 parents dcf27e9 + 8236e43 commit 6f29269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/COMPILER_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`, ...
Expand Down

0 comments on commit 6f29269

Please sign in to comment.