cxx/test/strings
Eric Fiselier 1c3b15d339 Split string capacity test into two parts and mark one part as UNSUPPORTED when using sanitizers.
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.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@221969 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-14 03:16:12 +00:00
..
basic.string Split string capacity test into two parts and mark one part as UNSUPPORTED when using sanitizers. 2014-11-14 03:16:12 +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 Mark cuchar tests as always xfail since we don't provide the header' 2014-08-18 05:09:51 +00:00
char.traits A bunch of the char.traits tests were using unicode literals. #ifdef those bits out on c++03, since it doesn't support u"" and U "" style strings. 2014-06-10 18:46:59 +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