rust/tests/ui/coverage-attr
Esteban Küber 65a54a7f27 Tweak multispan rendering
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
2024-12-12 23:36:27 +00:00
..
bad-attr-ice.feat.stderr Avoid ICE in coverage builds with bad #[coverage(..)] attributes 2024-10-03 21:12:24 +10:00
bad-attr-ice.nofeat.stderr Avoid ICE in coverage builds with bad #[coverage(..)] attributes 2024-10-03 21:12:24 +10:00
bad-attr-ice.rs Rename directive needs-profiler-support to needs-profiler-runtime 2024-10-09 20:58:27 +11:00
bad-syntax.rs coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
bad-syntax.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
name-value.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
name-value.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
no-coverage.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
no-coverage.stderr coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
subword.rs coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
subword.stderr coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
word-only.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
word-only.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00