llvm-project/libcxx/test/std/containers/sequences
Marshall Clow 6db379a2c8 [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
llvm-svn: 305191
2017-06-12 14:41:37 +00:00
..
array [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
deque Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque 2017-04-16 03:17:01 +00:00
forwardlist Cleanup one more <forward_list> test 2017-04-16 04:05:15 +00:00
list Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> 2017-04-16 03:45:35 +00:00
vector Sigh. Once again forgot about the 'no exceptions' bots. 2017-04-17 14:18:44 +00:00
vector.bool [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". 2017-05-05 23:38:24 +00:00
nothing_to_do.pass.cpp