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
Marshall Clow 96484477d1 Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348828 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
string.access Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 7 years ago
string.capacity Implement P0966 - string::reserve should not shrink 6 years ago
string.cons Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string.ends_with [libcxx] [test] Strip trailing whitespace. NFC. 7 years ago
string.iterators Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string.modifiers Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string.nonmembers Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string.ops Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string.require [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 8 years ago
string.starts_with [libcxx] [test] Strip trailing whitespace. NFC. 7 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. 9 years ago
char.bad.fail.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 7 years ago
input_iterator.h Move test into test/std subdirectory. 10 years ago
test_traits.h Move test into test/std subdirectory. 10 years ago
traits_mismatch.fail.cpp Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 8 years ago
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago