8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b92742 commit 9bb0da3Copy full SHA for 9bb0da3
src/tests/compiletest.md
@@ -480,6 +480,9 @@ Each mode also has an alias to run the coverage tests in just that mode:
480
./x test coverage-map -- tests/coverage/if.rs # runs the specified test in "coverage-map" mode only
481
```
482
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
+
486
#### `coverage-map` suite
487
488
In `coverage-map` mode, these tests verify the mappings between source code
0 commit comments