[libcxx-commits] [libcxx] [libc++] A quick-fix for the Apple CI. (PR #135202)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 11 02:16:52 PDT 2025


================
@@ -6,13 +6,16 @@
 //
 //===----------------------------------------------------------------------===//
 
+// TODO(mordante) Investigate
+// UNSUPPORTED: apple-clang
+
 // <fstream>
 
 // basic_streambuf<charT, traits>* setbuf(char_type* s, streamsize n) override;
 
 // This test requires the fix to https://github.com/llvm/llvm-project/issues/60509 in the dylib,
 // which landed in 5afb937d8a30445642ccaf33866ee4cdd0713222.
-// XFAIL: using-built-library-before-llvm-19
+// XFAIL using-built-library-before-llvm-19
----------------
Zingam wrote:

Just asking: Can't these XFAILs (and the one bellow) be removed already?

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


More information about the libcxx-commits mailing list