llvm-project/libcxx/test/std/containers/sequences/array
Konstantin Boyarinov ff94bd1bc9 [libcxx][test][NFC] noexcept tests for std::array
Minor change - add tests that std::array methods (data, (c/r)begin,
(c/r)end) are noexcept

Reviewed By: ldionne, rarutyun, #libc

Differential Revision: https://reviews.llvm.org/D115717
2021-12-18 16:06:56 +03:00
..
array.cons [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
array.creation [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04: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++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04: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++][NFC] Replace uses of stdr:: by just std::ranges:: 2021-09-02 13:02:12 -04: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