forked from OSchip/llvm-project
![]() The test is split such that: - max_size.pass.cpp tests that string::resize() fails to allocator for max_size and max_size -1 - over_max_size.pass.cpp tests that string::resize() throws a length error for max_size + 1 The test was split into two because max_size.pass.cpp cannot pass with sanitizers but over_max_size.pass.cpp can. llvm-svn: 221969 |
||
---|---|---|
.. | ||
basic.string | ||
basic.string.hash | ||
basic.string.literals | ||
c.strings | ||
char.traits | ||
string.classes | ||
string.conversions | ||
strings.general | ||
version.pass.cpp |