Skip to content

Commit e4ffddc

Browse files
committed
Add missing XFAIL to libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
1 parent e4b28b8 commit e4ffddc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
// UNSUPPORTED: no-exceptions
1010

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+
1117
// <string>
1218

1319
// size_type max_size() const; // constexpr since C++20

0 commit comments

Comments
 (0)