[libcxx-commits] [libcxx] [libc++] Mark string.capacity/over_max_size.pass.cpp as UNSUPPORTED on old dylibs (PR #199682)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 26 06:48:24 PDT 2026


https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/199682

This test is currently failing in the CI for unknown reasons, likely related to the setup and not a recent patch. Disable it for now to get the CI green again.


>From 3edb273048bb7965dca56cdd2f36ed033ea7953e Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Tue, 26 May 2026 15:46:49 +0200
Subject: [PATCH] [libc++] Mark string.capacity/over_max_size.pass.cpp as
 UNSUPPORTED on old dylibs

---
 .../strings/basic.string/string.capacity/over_max_size.pass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp b/libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
index 8e5919539d94e..8c829605f5e78 100644
--- a/libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
+++ b/libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
@@ -14,7 +14,7 @@
 // than it really is, and we fail to throw `length_error` from `string::resize()`,
 // which is explicitly instantiated in the built library.
 //
-// XFAIL: using-built-library-before-llvm-21
+// UNSUPPORTED: using-built-library-before-llvm-21
 
 // <string>
 



More information about the libcxx-commits mailing list