| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-02-02 | coverage: Use normal `edition:` headers in coverage tests | Zalathar | -1/+1 | |
| Some of these tests were originally written as part of a custom `run-make` test, so at that time they weren't able to use the normal compiletest header directive parser. Now that they're properly integrated, there's no need for them to use `compile-flags` to specify the edition, since they can use `edition` instead. | ||||
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -2/+2 | |
| When we extract coverage spans from MIR, we try to "un-expand" them back to spans that are inside the function's body span. In cases where that doesn't succeed, the current code just swaps in the entire body span instead. But that tends to result in coverage spans that are completely unrelated to the control flow of the affected code, so it's better to just discard those spans. | ||||
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -0/+38 | |
