Skip to content

Commit 5bf0469

Browse files
committed
test: linux: Unskip ip_mreqn and hwtstamp_config
The reason these failed in the first place was unclear, but they now pass. Closes: #1558 (backport <#4760>) (cherry picked from commit d4ffc25)
1 parent cc830d3 commit 5bf0469

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc-test/build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4088,11 +4088,6 @@ fn test_linux(target: &str) {
40884088
return true;
40894089
}
40904090

4091-
// FIXME(#1558): passing by value corrupts the value for reasons not understood.
4092-
if (gnu && sparc64) && (ty == "ip_mreqn" || ty == "hwtstamp_config") {
4093-
return true;
4094-
}
4095-
40964091
// FIXME(rust-lang/rust#43894): pass by value for structs that are not an even 32/64 bits
40974092
// on big-endian systems corrupts the value for unknown reasons.
40984093
if (sparc64 || ppc || ppc64 || s390x)

0 commit comments

Comments
 (0)