[libcxx-commits] [libcxx] 037cf12 - [libc++] Mark _XOPEN_SOURCE test as unsupported on FreeBSD (#128950)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 28 06:58:52 PST 2025


Author: Louis Dionne
Date: 2025-02-28T09:58:49-05:00
New Revision: 037cf12b0772654225dded8116f48ee23b9285c2

URL: https://github.com/llvm/llvm-project/commit/037cf12b0772654225dded8116f48ee23b9285c2
DIFF: https://github.com/llvm/llvm-project/commit/037cf12b0772654225dded8116f48ee23b9285c2.diff

LOG: [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.

Added: 
    

Modified: 
    libcxx/test/libcxx/xopen_source.gen.py

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/xopen_source.gen.py b/libcxx/test/libcxx/xopen_source.gen.py
index 3f2686483730a..d4a3651181ca7 100644
--- a/libcxx/test/libcxx/xopen_source.gen.py
+++ b/libcxx/test/libcxx/xopen_source.gen.py
@@ -43,6 +43,9 @@
 // recent value of _XOPEN_SOURCE.
 // UNSUPPORTED: LIBCXX-AIX-FIXME
 
+// This test fails on FreeBSD for an unknown reason.
+// UNSUPPORTED: LIBCXX-FREEBSD-FIXME
+
 {lit_header_restrictions.get(header, '')}
 {lit_header_undeprecations.get(header, '')}
 


        


More information about the libcxx-commits mailing list