Skip to content

Commit 0f54f56

Browse files
committed
Remove XFAILs that are apparently for incorrect reasons in string tests
1 parent e4ffddc commit 0f54f56

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

libcxx/test/libcxx/strings/basic.string/string.capacity/allocation_size.pass.cpp

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

99
// <string>
1010

11-
// This test demonstrates the smaller allocation sizes when the alignment
12-
// requirements of std::string are dropped from 16 to 8.
13-
//
14-
// XFAIL: using-built-library-before-llvm-19
15-
1611
#include <algorithm>
1712
#include <cassert>
1813
#include <cstddef>

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

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

1111
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
1212

13-
// After changing the alignment of the allocated pointer from 16 to 8, the exception
14-
// thrown is no longer `bad_alloc` but instead length_error on systems using new
15-
// headers but a dylib that doesn't contain 04ce0ba.
16-
//
17-
// XFAIL: using-built-library-before-llvm-19
18-
1913
// <string>
2014

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

0 commit comments

Comments
 (0)