Skip to content

Commit bf0f52c

Browse files
committed
NetBSD: Skip tests for structvfs on NetBSD10
This went through an ABI change with a symbol version in NetBSD10. Our version still works but tests don't pass. Link: NetBSD/src@02cdd24
1 parent d5f4354 commit bf0f52c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,8 @@ fn test_netbsd(target: &str) {
13271327
"Aux32Info" | "Aux64Info" => true,
13281328
// deprecated, obsolete upstream
13291329
"ptrace_lwpinfo" => true,
1330+
// ABI change in NetBSD10, with symbol versioning.
1331+
"statvfs" if !netbsd9 => true,
13301332
_ => false,
13311333
}
13321334
});

0 commit comments

Comments
 (0)