[libcxx-commits] [libcxx] [libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling with clang (PR #152724)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 18 01:33:18 PDT 2025


================
@@ -11,6 +11,11 @@
 // Apple platforms don't provide <uchar.h> yet, so these tests fail.
 // XFAIL: target={{.+}}-apple-{{.+}}
 
+// The following platforms do not provide mbrtoc8 and c8rtomb so the tests fail
+// XFAIL: aix
+// XFAIL: freebsd
+// XFAIL: windows
----------------
philnik777 wrote:

Could we move the `mbrtoc8` and `c8rtomb` into a separate test and XFAIL that? Same for the other test.

https://github.com/llvm/llvm-project/pull/152724


More information about the libcxx-commits mailing list