| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-18 | coverage: Regression test for #117788 | Zalathar | -0/+90 | |
| Without the workaround applied, this test will produce malformed mappings that cause `llvm-cov` to fail. (And if it does emit well-formed mappings, they should be obviously incorrect.) | ||||
| 2023-11-08 | coverage: Rename the `run-coverage` test mode to `coverage-run` | Zalathar | -3/+3 | |
| This makes it more consistent with the `coverage-map` mode and the shared `tests/coverage` test directory. | ||||
| 2023-11-07 | coverage: Register `test::Coverage` as the test suite for `tests/coverage` | Zalathar | -7/+10 | |
| This restores the ability to run a coverage test by specifying its path, e.g. `./x.py test tests/coverage/if.rs`. This runs the test in both modes. | ||||
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+3745 | |
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -0/+5849 | |
