You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/strings
Marshall Clow ecc8d7b334 Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@194151 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
basic.string Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1 12 years ago
basic.string.hash license change 15 years ago
basic.string.literals Mark namespaces for user defined literals as 'inline' 12 years ago
c.strings [tests] XFAIL a few things that require libc (?) support missing on Darwin. 13 years ago
char.traits license change 15 years ago
string.classes license change 15 years ago
string.conversions XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib 12 years ago
strings.general license change 15 years ago
version.pass.cpp license change 15 years ago