Skip to content

Commit 2c6b08b

Browse files
committed
[libcxx] Remove xfails due to picolibc's support for char16_t and char32_t
picolibc recently ([link](picolibc/picolibc@f6f6875)) added support for char16_t and char32_t. These xfails aren't needed anymore.
1 parent e4e9fea commit 2c6b08b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

libcxx/test/std/depr/depr.c.headers/uchar_h.compile.pass.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// Apple platforms don't provide <uchar.h> yet, so these tests fail.
1212
// XFAIL: target={{.+}}-apple-{{.+}}
1313

14-
// mbrtoc16 not defined.
15-
// XFAIL: LIBCXX-PICOLIBC-FIXME
16-
1714
// <uchar.h>
1815

1916
#include <uchar.h>

libcxx/test/std/strings/c.strings/cuchar.compile.pass.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// Apple platforms don't provide <uchar.h> yet, so these tests fail.
1212
// XFAIL: target={{.+}}-apple-{{.+}}
1313

14-
// mbrtoc16 not defined.
15-
// XFAIL: LIBCXX-PICOLIBC-FIXME
16-
1714
// <cuchar>
1815

1916
#include <cuchar>

0 commit comments

Comments
 (0)