Skip to content

Commit b96f2e3

Browse files
committed
WIP: disable test for Elf64_Phdr
1 parent 339161c commit b96f2e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,6 +2473,10 @@ fn test_linux(target: &str) {
24732473
// FIXME: is this necessary?
24742474
"sighandler_t" => true,
24752475

2476+
// FIXME: these types have a p_type member but some header
2477+
// has a define p_type __p_type macro that breaks their tests:
2478+
"Elf64_Phdr" | "Elf32_Phdr" => true,
2479+
24762480
_ => false,
24772481
}
24782482
});

0 commit comments

Comments
 (0)