about summary refs log tree commit diff
path: root/tests/run-coverage/unused_mod.coverage
AgeCommit message (Collapse)AuthorLines
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-14/+0
2023-08-26Resolve all warnings in `run-coverage` testsZalathar-0/+1
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-9/+9
This makes the test snapshots less sensitive to lines being added/removed.
2023-06-28Re-bless the newly-migrated testsZalathar-0/+9
2023-06-28Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage`Zalathar-0/+4
To make it easier to verify that the output snapshots have been migrated faithfully, this change adds some temporary helper code that lets us avoid having to completely re-bless the existing snapshots. A later change in this PR will then re-bless the tests and remove the temporary helper code.