about summary refs log tree commit diff
path: root/tests/run-coverage/overflow.coverage
AgeCommit message (Collapse)AuthorLines
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-65/+0
2023-11-07coverage: Use `-Copt-level=2` by default in run-coverage testsZalathar-0/+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-26Various trivial formatting fixes in `run-coverage` testsZalathar-1/+1
These changes were made by manually running `rustfmt` on all of the test files, and then manually undoing all cases where the original formatting appeared to have been deliberate. `rustfmt +nightly --config-path=/dev/null --edition=2021 tests/run-coverage*/**/*.rs`
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-63/+63
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/+64