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/std/strings
Eric Fiselier 8ad4f502b5 Merge r300397 - Fix PR32642 - string::insert and string::append don't work with move_iterator.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_40@302070 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
basic.string Merge r300397 - Fix PR32642 - string::insert and string::append don't work with move_iterator. 9 years ago
basic.string.hash libc++ implements its' hash objects as deriving from std::unary_function, 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. 11 years ago
basic.string.literals Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
c.strings Move more _LIBCPP_VERSION tests to test/libcxx. 10 years ago
char.traits Implement P0426: Constexpr for std::char_traits 9 years ago
string.classes Move test into test/std subdirectory. 11 years ago
string.conversions Update tests for strings conversions under libcpp-no-exceptions 9 years ago
string.view Added XFAIL for the apple versions of clang as well 9 years ago
strings.general Move test into test/std subdirectory. 11 years ago