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/basic.string
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
..
string.access [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12. 9 years ago
string.capacity Protect std::string tests under libcpp-no-exceptions 9 years ago
string.cons Merge R292276: Fix std::string assignment ambiguity from braced initializer lists. 9 years ago
string.iterators [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 9 years ago
string.modifiers Merge r300397 - Fix PR32642 - string::insert and string::append don't work with move_iterator. 9 years ago
string.nonmembers [libcxx] [test] D27027: Strip trailing whitespace. 9 years ago
string.ops Protect std::string tests under libcpp-no-exceptions 9 years ago
string.require [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 9 years ago
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 10 years ago
input_iterator.h Move test into test/std subdirectory. 11 years ago
test_traits.h Move test into test/std subdirectory. 11 years ago
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago