rust/tests/ui/instrument-coverage
Zalathar abc2c702af coverage: Add debugging flag -Zcoverage-options=no-mir-spans
When set, this flag skips the code that normally extracts coverage spans from
MIR statements and terminators. That sometimes makes it easier to debug branch
coverage and MC/DC coverage, because the coverage output is less noisy.

For internal debugging only. If other code changes would make it hard to keep
supporting this flag, remove it.
2024-06-17 21:16:15 +10:00
..
bad-value.bad.stderr coverage: Remove all unstable values of -Cinstrument-coverage 2024-03-13 11:14:09 +11:00
bad-value.blank.stderr coverage: Remove all unstable values of -Cinstrument-coverage 2024-03-13 11:14:09 +11:00
bad-value.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
coverage-options.bad.stderr coverage: Add debugging flag -Zcoverage-options=no-mir-spans 2024-06-17 21:16:15 +10:00
coverage-options.rs Use -Zno-profiler-runtime instead of //@ needs-profiler-support 2024-06-14 13:31:46 +10:00
mcdc-condition-limit.bad.stderr coverage: Rename MC/DC conditions_num to num_conditions 2024-05-30 13:16:07 +10:00
mcdc-condition-limit.rs coverage: Rename MC/DC conditions_num to num_conditions 2024-05-30 13:16:07 +10:00
off-values.rs Rename invalid false cfg to valid _false cfg 2024-04-07 01:16:46 +02:00
on-values.rs Use -Zno-profiler-runtime instead of //@ needs-profiler-support 2024-06-14 13:31:46 +10:00