rust/tests/ui/print-request
Jens Reidel d1a146bbbb tests: Skip supported-crate-types test on musl hosts
This test depends on the target-specific behavior of crt-static for musl
targets. However, running the testsuite on a musl host requires
setting `crt-static` to `false`, as it wouldn't otherwise be possible to
build rustc. This in turn will enable `-Ctarget-feature=-crt-static` for
all tests, mismatching the expected `+crt-static` for the musl target
tested in this testcase.

Since this test specifically tests the default value of `crt-static` for
the musl target, ignoring it entirely makes more sense than manually
setting `-Ctarget-feature=+crt-static` here, but both would be valid
approaches.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-18 19:05:32 +02:00
..
host.rs Add --print host-triple 2024-11-02 21:29:59 +01:00
host.stdout Add --print host-triple 2024-11-02 21:29:59 +01:00
invalid-target.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
invalid-target.stderr move deployment-target tests to print-request 2024-11-02 21:29:59 +01:00
macos-target.rs Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
macos-target.stdout Print env var in --print=deployment-target 2024-11-22 20:46:05 +01:00
print-calling-conventions.rs cleaned up some tests 2025-07-05 00:45:24 +05:00
print-calling-conventions.stdout moved tests 2025-07-01 18:21:05 +05:00
print-lints-help.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
print-lints-help.stderr Add unstable --print=crate-root-lint-levels 2025-04-01 18:29:39 +02:00
stability.rs Revert overeager warning for misuse of --print native-static-libs 2025-06-16 12:43:36 -07:00
supported-crate-types.linux.stdout Implement supported-crate-types print request 2025-03-23 19:08:54 +08:00
supported-crate-types.musl.stdout Implement supported-crate-types print request 2025-03-23 19:08:54 +08:00
supported-crate-types.rs tests: Skip supported-crate-types test on musl hosts 2025-07-18 19:05:32 +02:00
supported-crate-types.wasm.stdout Implement supported-crate-types print request 2025-03-23 19:08:54 +08:00