hanchenye-llvm-project/libcxx/test/std
Nico Weber 30649ce09b Mark is_trivially_destructible as unsupported with apple-clang-9
See discussion on https://reviews.llvm.org/D48292

llvm-svn: 359907
2019-05-03 17:26:17 +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 Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete. 2019-04-25 17:44:18 +00:00
re Add missing locale requirement to test. 2019-05-01 21:02:32 +00:00
strings Get rid of a bunch of 'unused variable' warnings in test when run with debug_level set. NFC 2019-05-01 11:25:58 +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 Mark is_trivially_destructible as unsupported with apple-clang-9 2019-05-03 17:26:17 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00