| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -57/+0 | |
| 2023-08-26 | Various trivial formatting fixes in `run-coverage` tests | Zalathar | -6/+0 | |
| 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-26 | Resolve all warnings in `run-coverage` tests | Zalathar | -6/+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-06-28 | Migrate most of the existing coverage tests over to `run-coverage` | Zalathar | -0/+69 | |
