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/containers/sequences/array
Marshall Clow b6e011b18b 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.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@362252 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
array.cons 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
array.data Support tests in freestanding 6 years ago
array.fill 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
array.size Support tests in freestanding 6 years ago
array.special Support tests in freestanding 6 years ago
array.swap Support tests in freestanding 6 years ago
array.tuple 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
array.zero 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
at.pass.cpp Support tests in freestanding 6 years ago
begin.pass.cpp Support tests in freestanding 6 years ago
compare.fail.cpp Support tests in freestanding 6 years ago
compare.pass.cpp Support tests in freestanding 6 years ago
contiguous.pass.cpp 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
empty.fail.cpp Support tests in freestanding 6 years ago
empty.pass.cpp Support tests in freestanding 6 years ago
front_back.pass.cpp 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
indexing.pass.cpp Update a deque test with more assertions. NFC 6 years ago
iterators.pass.cpp Support tests in freestanding 6 years ago
max_size.pass.cpp Support tests in freestanding 6 years ago
size_and_alignment.pass.cpp Support tests in freestanding 6 years ago
types.pass.cpp Support tests in freestanding 6 years ago