Skip to content

Commit 037cf12

Browse files
authored
[libc++] Mark _XOPEN_SOURCE test as unsupported on FreeBSD (#128950)
The test otherwise fails on FreeBSD, which wasn't noticed when originally landing the patch that added the test because FreeBSD CI was disabled at that moment.
1 parent 0f0665d commit 037cf12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/libcxx/xopen_source.gen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
// recent value of _XOPEN_SOURCE.
4444
// UNSUPPORTED: LIBCXX-AIX-FIXME
4545
46+
// This test fails on FreeBSD for an unknown reason.
47+
// UNSUPPORTED: LIBCXX-FREEBSD-FIXME
48+
4649
{lit_header_restrictions.get(header, '')}
4750
{lit_header_undeprecations.get(header, '')}
4851

0 commit comments

Comments
 (0)