about summary refs log tree commit diff
path: root/tests/run-coverage/issue-85461.coverage
AgeCommit message (Collapse)AuthorLines
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-37/+0
2023-08-26Various trivial formatting fixes in `run-coverage` testsZalathar-2/+2
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-26Tidy up some awkwardly-placed comments in testsZalathar-0/+1
Prior to #114875, these tests were very sensitive to lines being added/removed, so the migration to `run-coverage` in #112300 tried hard to avoid disturbing the existing line numbers. That resulted in some awkward reshuffling when certain comments/directives needed to be added or moved. Now that we don't have to worry about preserving line numbers, we can rearrange those comments into a more conventional layout.
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-32/+32
This makes the test snapshots less sensitive to lines being added/removed.
2023-06-28Re-bless the newly-migrated testsZalathar-12/+12
2023-06-28Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage`Zalathar-0/+36
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.