Skip to content

Commit 89cb041

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 (backport <#4782>) (cherry picked from commit bf0f52c)
1 parent 7edaf29 commit 89cb041

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
@@ -1415,6 +1415,8 @@ fn test_netbsd(target: &str) {
14151415
"Aux32Info" | "Aux64Info" => true,
14161416
// deprecated, obsolete upstream
14171417
"ptrace_lwpinfo" => true,
1418+
// ABI change in NetBSD10, with symbol versioning.
1419+
"statvfs" if !netbsd9 => true,
14181420
_ => false,
14191421
}
14201422
});

0 commit comments

Comments
 (0)