llvm-project/libcxx/test/std
Eric Fiselier 50253ed1c6 Update issue status for LWG 2744
llvm-svn: 284322
2016-10-16 02:51:50 +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 Implement LWG 2712 and update other issues status 2016-10-16 00:47:59 +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 Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. 2016-10-10 14:10:45 +00:00
language.support Prevent new/delete replacement tests from being optimized away. 2016-10-14 22:47:08 +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] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
strings Add another append test for basic_string 2016-10-05 15:47:13 +00:00
thread Prevent the test suite from hanging when run against libstdc++ 2016-10-12 04:29:50 +00:00
utilities Update issue status for LWG 2744 2016-10-16 02:51:50 +00:00
nothing_to_do.pass.cpp