llvm-project/libcxx/test/std/containers/sequences/array
Konstantin Varlamov e65d3760a3 [libc++][ranges] Implement `indirectly_copyable{,_storable}`.
Also refactor tests for `indirectly_movable{,_storable}`.

Differential Revision: https://reviews.llvm.org/D118432
2022-02-02 13:27:44 -08:00
..
array.cons [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
array.creation [libc++][test] Clean up libcxx/test/support/MoveOnly.h 2022-01-29 18:20:46 -05:00
array.data [libcxx][test][NFC] noexcept tests for std::array 2021-12-18 16:06:56 +03:00
array.fill [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.size [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.special [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.swap [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.tuple [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.zero
aggregate.pass.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
at.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
at_const.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
compare.fail.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
compare.pass.cpp [libcxx][test][NFC] More tests for containers comparisons 2021-11-03 16:15:10 +03:00
contiguous.pass.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
empty.pass.cpp [libc++] Complete overhaul of constexpr support in std::array 2020-05-28 12:31:06 -04:00
empty.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
front_back.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
front_back_const.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
indexing.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
indexing_const.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
iterator_concept_conformance.compile.pass.cpp [libc++][ranges] Implement `indirectly_copyable{,_storable}`. 2022-02-02 13:27:44 -08:00
iterators.pass.cpp [libcxx][test][NFC] noexcept tests for std::array 2021-12-18 16:06:56 +03:00
max_size.pass.cpp [libc++] Complete overhaul of constexpr support in std::array 2020-05-28 12:31:06 -04:00
range_concept_conformance.compile.pass.cpp [libc++] [ranges] Implement P2415R2 owning_view. 2022-01-13 12:29:41 -05:00
size_and_alignment.pass.cpp [libc++] Tidy-up instances of __STDCPP_DEFAULT_NEW_ALIGNMENT__ in the tests 2021-07-19 19:37:07 -04:00
types.pass.cpp