Skip to content

Commit c51b48b

Browse files
committed
XFAIL modules build on older macOS
1 parent 1463f2d commit c51b48b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libcxx/test/libcxx/clang_modules_include.gen.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
//--- {header}.compile.pass.cpp
3030
// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
3131
32+
// Older macOS SDKs were not properly modularized, which causes issues with localization.
33+
// This feature should instead be based on the SDK version.
34+
// XFAIL: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}}
35+
3236
// GCC doesn't support -fcxx-modules
3337
// UNSUPPORTED: gcc
3438
@@ -59,6 +63,10 @@
5963
6064
// REQUIRES: clang-modules-build
6165
66+
// Older macOS SDKs were not properly modularized, which causes issues with localization.
67+
// This feature should instead be based on the SDK version.
68+
// XFAIL: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}}
69+
6270
// GCC doesn't support -fcxx-modules
6371
// UNSUPPORTED: gcc
6472

0 commit comments

Comments
 (0)