Skip to content

Commit a31e006

Browse files
committed
Skip tests for CLOCK_BOOTTIME
1 parent 9accf84 commit a31e006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,9 @@ fn test_freebsd(target: &str) {
24092409
// FIXME: Removed in FreeBSD 15:
24102410
"LOCAL_CONNWAIT" => true,
24112411

2412+
// FIXME: The values has been changed in FreeBSD 15:
2413+
"CLOCK_BOOTTIME" if Some(15) <= freebsd_ver => true,
2414+
24122415
_ => false,
24132416
}
24142417
});

0 commit comments

Comments
 (0)