-Zno-profiler-runtime
//@ needs-profiler-support
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.
They pass fine.