about summary refs log tree commit diff
path: root/tests/coverage/ignore_map.rs
AgeCommit message (Collapse)AuthorLines
2024-10-08Simplify the directives for ignoring coverage-test modesZalathar-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-05Allow tests to ignore individual test modesZalathar-0/+3
Normally, each test in `tests/coverage` is automatically run in both `coverage-map` mode and `coverage-run` mode. This new family of directives allows an individual test to specify that it should not be run in a particular mode.