File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4076,6 +4076,9 @@ fn test_linux(target: &str) {
4076
4076
// FIXME: "'__uint128' undeclared" in C
4077
4077
"__uint128" => true ,
4078
4078
4079
+ // FIXME(ctest): Failing on the 0.2 branch, likely an issue with old ctest
4080
+ "pid_type" | "proc_cn_mcast_op" | "proc_cn_event" => true ,
4081
+
4079
4082
t => {
4080
4083
if musl {
4081
4084
// LFS64 types have been removed in musl 1.2.4+
@@ -4761,6 +4764,11 @@ fn test_linux(target: &str) {
4761
4764
// FIXME(linux): Value changed in 6.14
4762
4765
"SECURE_ALL_BITS" | "SECURE_ALL_LOCKS" => true ,
4763
4766
4767
+ // FIXME(ctest): Failing on the 0.2 branch, likely an issue with old ctest
4768
+ t if t. starts_with ( "PIDTYPE_" ) => true ,
4769
+ t if t. starts_with ( "PROC_CN_MCAST_" ) => true ,
4770
+ t if t. starts_with ( "PROC_EVENT_" ) => true ,
4771
+
4764
4772
_ => false ,
4765
4773
}
4766
4774
} ) ;
You can’t perform that action at this time.
0 commit comments