[libcxx-commits] [libcxx] 6d99fcb - [libc++] Mark string.capacity/over_max_size.pass.cpp as UNSUPPORTED on old dylibs (#199682)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 26 11:58:29 PDT 2026
Author: Nikolas Klauser
Date: 2026-05-26T20:58:23+02:00
New Revision: 6d99fcb5c8a2a4a71a4c77a7074776f535ed6a82
URL: https://github.com/llvm/llvm-project/commit/6d99fcb5c8a2a4a71a4c77a7074776f535ed6a82
DIFF: https://github.com/llvm/llvm-project/commit/6d99fcb5c8a2a4a71a4c77a7074776f535ed6a82.diff
LOG: [libc++] Mark string.capacity/over_max_size.pass.cpp as UNSUPPORTED on old dylibs (#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.
Added:
Modified:
libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
Removed:
################################################################################
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