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
Tom Stellard 396abfea0e Merging r312693:
------------------------------------------------------------------------
r312693 | marshall | 2017-09-06 21:19:32 -0700 (Wed, 06 Sep 2017) | 1 line

Add even more string_view tests. These found some bugs in the default parameter value for rfind/find_last_of/find_last_not_of
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_50@318088 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
string.access [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12. 9 years ago
string.capacity Add markup for libc++ dylib availability 9 years ago
string.cons Fix possible loss of data warnings on amd64 9 years ago
string.iterators [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 9 years ago
string.modifiers Add asserts that the nullptr is maintained in string erase operations. 9 years ago
string.nonmembers Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. 9 years ago
string.ops Merging r312693: 8 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
traits_mismatch.fail.cpp Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 9 years ago
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago