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

via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 26 06:55:20 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Nikolas Klauser (philnik777)

<details>
<summary>Changes</summary>

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.


---
Full diff: https://github.com/llvm/llvm-project/pull/199682.diff


1 Files Affected:

- (modified) libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp (+1-1) 


``````````diff
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>
 

``````````

</details>


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


More information about the libcxx-commits mailing list