Skip to content

Commit b9bf6d1

Browse files
committed
Skip test for ELAST on FreeBSD 12
1 parent 271bdcd commit b9bf6d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc-test/build.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1858,6 +1858,11 @@ fn test_freebsd(target: &str) {
18581858
// commit/06b00ceaa914a3907e4e27bad924f44612bae1d7
18591859
"MINCORE_SUPER" if Some(13) == freebsd_ver => true,
18601860

1861+
// This was increased to 97 in FreeBSD 12.2 and 13.
1862+
// https://github.com/freebsd/freebsd/
1863+
// commit/72a21ba0f62da5e86a1c0b462aeb3f5ff849a1b7
1864+
"ELAST" if Some(12) == freebsd_ver => true,
1865+
18611866
_ => false,
18621867
}
18631868
});

0 commit comments

Comments
 (0)