about summary refs log tree commit diff
path: root/tests/run-coverage/sort_groups.coverage
AgeCommit message (Collapse)AuthorLines
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-49/+0
2023-11-07coverage: Use `-Copt-level=2` by default in run-coverage testsZalathar-1/+1
This is a step towards being able to unify the two coverage test directories. There are two tests that require adjustment: - `overflow.rs` requires an explicit `-Coverflow-checks=yes` - `sort_groups.rs` is sensitive to provably unused instantiations
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-38/+38
This makes the test snapshots less sensitive to lines being added/removed.
2023-06-28Migrate most of the existing coverage tests over to `run-coverage`Zalathar-0/+49