| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-28 | Remove the old `coverage-reports` and `coverage` directories | Zalathar | -244/+0 | |
| 2023-06-28 | Migrate 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-28 | Migrate most of the existing coverage tests over to `run-coverage` | Zalathar | -2367/+4 | |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -0/+0 | |
| 2023-05-07 | Fix instrument-coverage tests by using Python to sort instantiation groups | Zalathar | -33/+125 | |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -0/+11 | |
| 2023-04-28 | Don't accidentally ignore all output in `tests/run-make/coverage-reports` diffs | Zalathar | -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-25 | Revert "Adjust expected result for coverage test" | Matthias Krüger | -3/+3 | |
| This reverts commit 4da05e0b88d8b51fc6912da2d0b93edb2780e76b. | ||||
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -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-21 | Adjust expected result for coverage test | Amanieu d'Antras | -3/+3 | |
| 2023-04-20 | Bless coverage. | Camille GILLOT | -5/+5 | |
| 2023-04-07 | Fix coverage test | Gary Guo | -1/+1 | |
| 2023-04-06 | Bless tests | Gary Guo | -1/+1 | |
| 2023-03-09 | Update coverage info. | Camille GILLOT | -1/+1 | |
| 2023-03-03 | Update expected closure coverage info in test | Giacomo Pasini | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2946 | |
