Skip to content

Commit 40ffb82

Browse files
committed
Ignore some more types that old ctest seems to fail on
1 parent 8a34fd0 commit 40ffb82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc-test/build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4076,6 +4076,11 @@ fn test_linux(target: &str) {
40764076
// FIXME: "'__uint128' undeclared" in C
40774077
"__uint128" => true,
40784078

4079+
// FIXME(ctest): Failing on the 0.2 branch, likely an issue with old ctest
4080+
t if t.ends_with("pid_type") => true,
4081+
t if t.ends_with("proc_cn_mcast_op" ) => true,
4082+
t if t.ends_with("proc_cn_event") => true,
4083+
40794084
t => {
40804085
if musl {
40814086
// LFS64 types have been removed in musl 1.2.4+

0 commit comments

Comments
 (0)