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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/strings/basic.string
Stephan T. Lavavej 8148a70b20 [libcxx] [test] Strip trailing whitespace. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319994 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
string.access Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
string.capacity More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. 8 years ago
string.cons Another missing string_view test 8 years ago
string.ends_with [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
string.iterators [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 9 years ago
string.modifiers Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commented it out. 8 years ago
string.nonmembers [libcxx] [test] Change comments to say C++ instead of c++. NFC. 8 years ago
string.ops Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
string.require [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 9 years ago
string.starts_with [libcxx] [test] Strip trailing whitespace. NFC. 8 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