llvm-project/libcxx/test/std/containers/sequences/array
Eric Fiselier 241c73b191 Fix static assert diagnostic checks in i386
llvm-svn: 349252
2018-12-15 05:18:56 +00:00
..
array.cons Mark deduction guide tests as failing on apple-clang-9 2018-05-29 23:28:04 +00:00
array.data [libcxx] Make return value of array<T, 0>.data() checked only for libc++ 2018-12-06 13:52:20 +00:00
array.fill Fix -verify static assert messages for older Clang versions 2018-02-07 21:25:25 +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
array.swap Fix -verify static assert messages for older Clang versions 2018-02-07 21:25:25 +00:00
array.tuple Fix static assert diagnostic checks in i386 2018-12-15 05:18:56 +00:00
array.zero
at.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 2018-02-07 21:06:13 +00:00
begin.pass.cpp [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.end() 2018-12-06 18:24:39 +00:00
compare.fail.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 2018-02-07 21:06:13 +00:00
compare.pass.cpp Update the changes to the array tests (that I committed yesterday) to use the test_comparison routines that I committed last week. NFC. 2018-08-03 00:47:12 +00:00
contiguous.pass.cpp
empty.fail.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 2018-02-07 21:06:13 +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 [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 2018-02-07 21:06:13 +00:00
indexing.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 2018-02-07 21:06:13 +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
size_and_alignment.pass.cpp Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " 2018-11-28 22:24:19 +00:00
types.pass.cpp Make std::array typedef tests more portable. 2016-06-30 04:54:00 +00:00