From 6ccced78706b200adddd6e5c3586f2a2d9609029 Mon Sep 17 00:00:00 2001 From: LusterSourav <282348889+LusterSourav@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:23:00 +0530 Subject: [PATCH] remove stale sparc64 roundtrip skips --- libc-test/build/main.rs | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/libc-test/build/main.rs b/libc-test/build/main.rs index ee18e69130e9..bdbc1cf4c898 100755 --- a/libc-test/build/main.rs +++ b/libc-test/build/main.rs @@ -5256,30 +5256,6 @@ fn test_linux(target: &str) { // FIXME(1.0): "mcontext_t" if s390x => true, - // The test doesn't work on some env: - "ipv6_mreq" - | "ip_mreq_source" - | "sockaddr_in6" - | "sockaddr_ll" - | "in_pktinfo" - | "arpreq" - | "arpreq_old" - | "sockaddr_un" - | "ff_constant_effect" - | "ff_ramp_effect" - | "ff_condition_effect" - | "Elf32_Ehdr" - | "Elf32_Chdr" - | "ucred" - | "in6_pktinfo" - | "sockaddr_nl" - | "termios" - | "nlmsgerr" - if sparc64 && gnu => - { - true - } - // The following types contain Flexible Array Member fields which have unspecified calling // convention. The roundtripping tests deliberately pass the structs by value to check "by // value" layout consistency, but this would be UB for the these types.