llvm-project/libcxx/test/std
Marshall Clow d75a0450ad Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as https://reviews.llvm.org/D61954
llvm-svn: 361201
2019-05-20 21:56:51 +00:00
..
algorithms [libc++] Enable deprecation warnings by default 2019-03-12 20:10:06 +00:00
atomics Reinstate libc++ patches now that the lldb formatter has been updated. 2019-03-05 18:40:49 +00:00
containers Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG was set. 2019-05-01 01:52:51 +00:00
depr Fix implementation of ::abs and std::abs LWG 2192. 2019-04-23 18:01:58 +00:00
diagnostics Support tests in freestanding 2019-02-04 20:31:13 +00:00
experimental Implement LWG 2960: nonesuch is insufficiently useless 2019-04-30 00:54:38 +00:00
input.output [libc++] Add XFAILs for istream tests that were added in r357775 2019-04-05 18:50:47 +00:00
iterators Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report. 2019-03-22 22:32:20 +00:00
language.support Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. 2019-04-25 12:11:43 +00:00
localization [libc++][test] Update some wstring_convert tests for MSVC quirks 2019-04-22 19:08:13 +00:00
numerics [libc++] [test] Use std::nextafter() instead of std::nexttoward() 2019-05-14 13:56:20 +00:00
re Add missing locale requirement to test. 2019-05-01 21:02:32 +00:00
strings Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as https://reviews.llvm.org/D61954 2019-05-20 21:56:51 +00:00
thread [libc++][test] Remove non-portable assumption that thread's constructor allocates with ::new 2019-05-02 21:19:41 +00:00
utilities Improve the test coverage for std::is_base_of 2019-05-16 15:56:26 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00