llvm-project/libcxx/test/std/containers/sequences/array
Roger Ferrer Ibanez 86663cd0ef Protect std::array tests under noexceptions
Skip tests that expect exceptions be thrown. Also add missing asserts.

Differential Revision: https://reviews.llvm.org/D27095

llvm-svn: 288165
2016-11-29 17:10:29 +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 Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.fill Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.size Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +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 Update -verify test to use new static assert message 2016-09-25 08:30:05 +00:00
array.zero
at.pass.cpp Protect std::array tests under noexceptions 2016-11-29 17:10:29 +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 Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete 2015-05-26 18:57:27 +00:00
front_back.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
indexing.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
iterators.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
types.pass.cpp Make std::array typedef tests more portable. 2016-06-30 04:54:00 +00:00