Allow tests to ignore individual test modes
Normally, each test in `tests/coverage` is automatically run in both `coverage-map` mode and `coverage-run` mode. This new family of directives allows an individual test to specify that it should not be run in a particular mode.
This commit is contained in:
parent
f9df1ad4f2
commit
aa4bf0bbf0
6 changed files with 54 additions and 3 deletions
4
tests/coverage/ignore_map.coverage
Normal file
4
tests/coverage/ignore_map.coverage
Normal file
|
@ -0,0 +1,4 @@
|
|||
LL| |// ignore-mode-coverage-map
|
||||
LL| |
|
||||
LL| 1|fn main() {}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue