about summary refs log tree commit diff
path: root/tests/run-make/coverage-reports
AgeCommit message (Collapse)AuthorLines
2023-06-28Remove the old `coverage-reports` and `coverage` directoriesZalathar-244/+0
2023-06-28Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage`Zalathar-442/+0
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.
2023-06-28Migrate most of the existing coverage tests over to `run-coverage`Zalathar-2367/+4
2023-06-16Apply changes to fix python linting errorsTrevor Gross-0/+0
2023-05-07Fix instrument-coverage tests by using Python to sort instantiation groupsZalathar-33/+125
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-0/+11
2023-04-28Don't accidentally ignore all output in `tests/run-make/coverage-reports` diffsZalathar-1/+1
Because the literal pipe `|` character was not escaped, these regexes ended up accidentally ignoring every line in the coverage report output, so the tests would not fail even if the output was wrong.
2023-04-25Revert "Adjust expected result for coverage test"Matthias Krüger-3/+3
This reverts commit 4da05e0b88d8b51fc6912da2d0b93edb2780e76b.
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-3/+3
Report allocation errors as panics OOM is now reported as a panic but with a custom payload type (`AllocErrorPanicPayload`) which holds the layout that was passed to `handle_alloc_error`. This should be review one commit at a time: - The first commit adds `AllocErrorPanicPayload` and changes allocation errors to always be reported as panics. - The second commit removes `#[alloc_error_handler]` and the `alloc_error_hook` API. ACP: https://github.com/rust-lang/libs-team/issues/192 Closes #51540 Closes #51245
2023-04-21Adjust expected result for coverage testAmanieu d'Antras-3/+3
2023-04-20Bless coverage.Camille GILLOT-5/+5
2023-04-07Fix coverage testGary Guo-1/+1
2023-04-06Bless testsGary Guo-1/+1
2023-03-09Update coverage info.Camille GILLOT-1/+1
2023-03-03Update expected closure coverage info in testGiacomo Pasini-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2946