Files
rust/tests
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
..
2025-07-13 14:34:40 +02:00
2025-06-30 07:49:20 -05:00
2025-07-17 18:06:26 +08:00
2025-07-13 13:50:01 +00:00
2025-07-06 09:51:35 +02:00
2025-07-17 18:06:26 +08:00
2025-07-10 11:41:50 +02:00
2025-07-01 15:49:45 +02:00