llvm-project/libcxx/test/std
Marshall Clow 83465c7938 Add tests for stability to list::sort and forward_list::sort. Thanks to Jonathan Wakely for the notice
llvm-svn: 358541
2019-04-17 00:11:00 +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 Add tests for stability to list::sort and forward_list::sort. Thanks to Jonathan Wakely for the notice 2019-04-17 00:11:00 +00:00
depr [libc++] Enable deprecation warnings by default 2019-03-12 20:10:06 +00:00
diagnostics Support tests in freestanding 2019-02-04 20:31:13 +00:00
experimental Revert "[coroutines] Add std::experimental::task<T> type" 2019-03-26 19:50:46 +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 [libcxx] [test] Revert r356632 add (void) casts to operator new calls, to suppress warnings generated by [[nodiscard]]." 2019-03-21 00:24:43 +00:00
localization [libc++] Remove unnecessary <iostream> #includes in tests 2019-03-28 16:38:15 +00:00
numerics Fix a number of bugs in __val_expr's subset operator[]. 2019-04-02 08:05:23 +00:00
re Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib. 2019-03-28 17:30:23 +00:00
strings [libc++] Fix error flags and exceptions propagated from input stream operations 2019-04-05 16:33:37 +00:00
thread [libc++] Remove unnecessary <iostream> #includes in tests 2019-03-28 16:38:15 +00:00
utilities [libc++] Fix error flags and exceptions propagated from input stream operations 2019-04-05 16:33:37 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00