llvm-project/libcxx/test/std/containers/sequences/array
Billy Robert O'Neal III ba40b0566f Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065
llvm-svn: 318804
2017-11-21 21:37:26 +00:00
..
array.cons Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests 2016-02-23 16:25:20 +00:00
array.data Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 2017-01-04 17:58:17 +00:00
array.fill Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.size Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> 2017-04-16 02:50:40 +00:00
array.special Fix C++03 build breakage 2016-04-22 00:47:15 +00:00
array.swap Add is_swappable/is_nothrow_swappable traits 2016-04-21 23:38:59 +00:00
array.tuple [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed 2017-06-12 14:41:37 +00:00
array.zero
at.pass.cpp Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
begin.pass.cpp Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
contiguous.pass.cpp
empty.fail.cpp First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only 2017-11-15 05:51:26 +00:00
empty.pass.cpp More missing tests - array<>::size() and array<>::max_size() 2017-11-15 02:31:14 +00:00
front_back.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
indexing.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
iterators.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC, no code review. 2017-01-07 01:12:15 +00:00
max_size.pass.cpp More missing tests - array<>::size() and array<>::max_size() 2017-11-15 02:31:14 +00:00
types.pass.cpp Make std::array typedef tests more portable. 2016-06-30 04:54:00 +00:00