about summary refs log tree commit diff
path: root/tests/run-coverage/match_or_pattern.coverage
AgeCommit message (Collapse)AuthorLines
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-48/+0
2023-08-26Resolve all warnings in `run-coverage` testsZalathar-2/+0
When one of these tests fails, any compiler warnings will be printed to the console, which makes it harder to track down the actual reason for failure. (The outstanding warnings were found by temporarily adding `-Dwarnings` to the compiler arguments for `RunCoverage` in `src/tools/compiletest/src/runtest.rs`.)
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-45/+45
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/+50