Skip to content

Commit ebcb516

Browse files
android: Skip currently unsupported linux/neighbour.h tests
1 parent 983bdca commit ebcb516

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

libc-test/build.rs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,26 @@ fn test_android(target: &str) {
18021802
// kernel 5.6 minimum required
18031803
"IPPROTO_MPTCP" => true,
18041804

1805+
// FIXME: NDK r22 minimum required
1806+
| "FDB_NOTIFY_BIT"
1807+
| "FDB_NOTIFY_INACTIVE_BIT"
1808+
| "NDA_FDB_EXT_ATTRS"
1809+
| "NDA_NH_ID"
1810+
| "NFEA_ACTIVITY_NOTIFY"
1811+
| "NFEA_DONT_REFRESH"
1812+
| "NFEA_UNSPEC" => true,
1813+
1814+
// FIXME: NDK r25 minimum required
1815+
| "NDA_FLAGS_EXT"
1816+
| "NTF_EXT_MANAGED" => true,
1817+
1818+
// FIXME: NDK above r25 required
1819+
| "NDA_NDM_STATE_MASK"
1820+
| "NDA_NDM_FLAGS_MASK"
1821+
| "NDTPA_INTERVAL_PROBE_TIME_MS"
1822+
| "NFQA_UNSPEC"
1823+
| "NTF_EXT_LOCKED" => true,
1824+
18051825
_ => false,
18061826
}
18071827
});

0 commit comments

Comments
 (0)