summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings
Commit message (Collapse)AuthorAgeFilesLines
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1316-0/+24
| | | | llvm-svn: 229119
* Move the test for zero-length into the char_traits (from string_view). Add ↵Marshall Clow2015-02-124-0/+4
| | | | | | tests to char_traits specializations llvm-svn: 228981
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-145-10/+10
| | | | llvm-svn: 226061
* Walter Brown sent a list of tests which needed 'additional includes' to ↵Marshall Clow2015-01-096-0/+6
| | | | | | match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541
* libc++ implements its' hash objects as deriving from std::unary_function, ↵Marshall Clow2015-01-071-2/+2
| | | | | | and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. llvm-svn: 225403
* Move test into test/std subdirectory.Eric Fiselier2014-12-20275-0/+40752
llvm-svn: 224658
OpenPOWER on IntegriCloud