llvm-project/libcxx/test/std
Eric Fiselier 8f29ea36c3 Fix nullptr tests
llvm-svn: 285117
2016-10-25 20:45:17 +00:00
..
algorithms Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. 2016-10-13 13:21:38 +00:00
atomics Remove usages of _ALIGNAS_TYPE 2016-10-12 10:19:48 +00:00
containers [libc++] Fix stack_allocator 2016-10-08 00:56:22 +00:00
depr Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
diagnostics Fix incorrect include in is_error_code_enum.pass.cpp 2016-09-24 18:16:53 +00:00
experimental Fix non-portable tests for temp_directory_path(...) 2016-10-24 20:40:35 +00:00
input.output Implement is_error_code_v and is_error_condition_v for c++17. Rework the tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these. 2016-09-24 17:36:14 +00:00
iterators Adding a missing constexpr test for reverse_iterator operator[]. 2016-10-20 14:57:34 +00:00
language.support Fix nullptr tests 2016-10-25 20:45:17 +00:00
localization Apply curr_symbol.pass.cpp test fix to missed test case 2016-09-04 04:09:25 +00:00
numerics Remove usages of _LIBCPP_CONSTEXPR under test/std 2016-10-12 10:28:09 +00:00
re [libcxx] Support std::regex_constants::match_not_null 2016-10-21 20:41:47 +00:00
strings Add missing include in string_view tests. Patch from Billy ONeil @ microsoft 2016-10-24 20:11:17 +00:00
thread Prevent the test suite from hanging when run against libstdc++ 2016-10-12 04:29:50 +00:00
utilities Make make_from_tuple tests more portable. Patch from STL@microsoft.com 2016-10-23 18:55:51 +00:00
nothing_to_do.pass.cpp