llvm-project/libcxx/test/strings
Marshall Clow e427322327 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
llvm-svn: 194151
2013-11-06 14:24:38 +00:00
..
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 2013-11-06 14:24:38 +00:00
basic.string.hash license change 2010-11-16 22:09:02 +00:00
basic.string.literals Mark namespaces for user defined literals as 'inline' 2013-10-05 21:18:32 +00:00
c.strings [tests] XFAIL a few things that require libc (?) support missing on Darwin. 2013-02-05 22:10:25 +00:00
char.traits license change 2010-11-16 22:09:02 +00:00
string.classes license change 2010-11-16 22:09:02 +00:00
string.conversions XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib 2013-08-22 00:04:22 +00:00
strings.general license change 2010-11-16 22:09:02 +00:00
version.pass.cpp license change 2010-11-16 22:09:02 +00:00