about summary refs log tree commit diff
path: root/tests/codegen/instrument-coverage/instrument-coverage-off.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-21/+0
2024-06-14Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support`Zalathar-0/+1
For PGO/coverage tests that don't need to build or run an actual artifact, we can use `-Zno-profiler-runtime` to run the test even when the profiler runtime is not available.
2024-05-04tests/ui: prepare some tests for --check-cfg by defaultUrgau-7/+4
2024-02-23Move existing coverage codegen tests into a subdirectoryZalathar-0/+23
This makes room for migrating over `tests/run-make/instrument-coverage`, without increasing the number of top-level items in the codegen test directory.