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> |
||
|---|---|---|
| .. | ||
| host.rs | ||
| host.stdout | ||
| invalid-target.rs | ||
| invalid-target.stderr | ||
| macos-target.rs | ||
| macos-target.stdout | ||
| print-calling-conventions.rs | ||
| print-calling-conventions.stdout | ||
| print-lints-help.rs | ||
| print-lints-help.stderr | ||
| stability.rs | ||
| supported-crate-types.linux.stdout | ||
| supported-crate-types.musl.stdout | ||
| supported-crate-types.rs | ||
| supported-crate-types.wasm.stdout | ||