| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -48/+0 | |
| 2023-08-26 | Resolve all warnings in `run-coverage` tests | Zalathar | -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-17 | coverage: Anonymize line numbers in `run-coverage` test snapshots | Zalathar | -45/+45 | |
| This makes the test snapshots less sensitive to lines being added/removed. | ||||
| 2023-06-28 | Migrate most of the existing coverage tests over to `run-coverage` | Zalathar | -0/+50 | |
