Skip to content

Commit 057a39d

Browse files
committed
After investigating CI issues on AIX, I can't explain to myself why this is happening and it looks like a potential compiler bug. XFAILing the AIX test for now until this can be investigated.
1 parent d24b2ad commit 057a39d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libcxx/test/libcxx/clang_modules_include.gen.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
// TODO: Investigate why this doesn't work on Picolibc once the locale base API is refactored
5050
// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
5151
52+
// TODO: Fix seemingly circular inclusion or <wchar.h> on AIX
53+
// UNSUPPORTED: LIBCXX-AIX-FIXME
54+
5255
{lit_header_restrictions.get(header, '')}
5356
{lit_header_undeprecations.get(header, '')}
5457
@@ -83,6 +86,9 @@
8386
// TODO: Investigate why this doesn't work on Picolibc once the locale base API is refactored
8487
// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
8588
89+
// TODO: Fix seemingly circular inclusion or <wchar.h> on AIX
90+
// UNSUPPORTED: LIBCXX-AIX-FIXME
91+
8692
@import std;
8793
8894
"""

0 commit comments

Comments
 (0)