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/string.view
Marshall Clow 2c2308c5e3 Followup to revision 364545: Turns out that clang issues different errors for C++11 vs c++2a, so I tweaked the 'expected-error' bits that I added to match either of them.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364554 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
string.view.access Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is. 6 years ago
string.view.capacity Support tests in freestanding 6 years ago
string.view.comparison Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string.view.cons Support tests in freestanding 6 years ago
string.view.find Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string.view.hash Followup to revision 364545: Turns out that clang issues different errors for C++11 vs c++2a, so I tweaked the 'expected-error' bits that I added to match either of them. 5 years ago
string.view.io Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string.view.iterators Support tests in freestanding 6 years ago
string.view.modifiers [libc++] Remove unnecessary <iostream> #includes in tests 6 years ago
string.view.nonmem Support tests in freestanding 6 years ago
string.view.ops Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC. 6 years ago
string.view.synop Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string.view.template Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string_view.literals Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
char.bad.fail.cpp Support tests in freestanding 6 years ago
traits_mismatch.fail.cpp Support tests in freestanding 6 years ago
types.pass.cpp Support tests in freestanding 6 years ago