We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b28b8 commit e4ffddcCopy full SHA for e4ffddc
libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
@@ -8,6 +8,12 @@
8
9
// UNSUPPORTED: no-exceptions
10
11
+// After changing the alignment of the allocated pointer from 16 to 8, the exception
12
+// thrown is no longer `bad_alloc` but instead length_error on systems using new
13
+// headers but a dylib that doesn't contain 04ce0ba.
14
+//
15
+// XFAIL: using-built-library-before-llvm-19
16
+
17
// <string>
18
19
// size_type max_size() const; // constexpr since C++20
0 commit comments