Skip to content

Commit d4ffc25

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
1 parent 758dc77 commit d4ffc25

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
@@ -3942,11 +3942,6 @@ fn test_linux(target: &str) {
39423942
return true;
39433943
}
39443944

3945-
// FIXME(#1558): passing by value corrupts the value for reasons not understood.
3946-
if (gnu && sparc64) && (ty == "ip_mreqn" || ty == "hwtstamp_config") {
3947-
return true;
3948-
}
3949-
39503945
// FIXME(rust-lang/rust#43894): pass by value for structs that are not an even 32/64 bits
39513946
// on big-endian systems corrupts the value for unknown reasons.
39523947
if (sparc64 || ppc || ppc64 || s390x)

0 commit comments

Comments
 (0)