Skip to content

Commit 144ff81

Browse files
committed
Revise compiletest directives
1 parent 8544387 commit 144ff81

File tree

2 files changed

+216
-229
lines changed

2 files changed

+216
-229
lines changed

src/tests/compiletest.md

+3
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ Each mode also has an alias to run the coverage tests in just that mode:
480480
./x test coverage-map -- tests/coverage/if.rs # runs the specified test in "coverage-map" mode only
481481
```
482482

483+
If a test cannot be exercised in a particular coverage mode for some reason, you
484+
can use e.g. `ignore-mode-coverage-map`.
485+
483486
#### `coverage-map` suite
484487

485488
In `coverage-map` mode, these tests verify the mappings between source code

0 commit comments

Comments
 (0)