llvm-project/libcxx/test/std
Marshall Clow 05333fc8af Implement LWG#680, which was missed lo these many moons ago, and was reported as bug #27259. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing.
llvm-svn: 265914
2016-04-11 03:54:53 +00:00
..
algorithms Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17 2016-03-07 22:43:49 +00:00
atomics Implement is_always_lock_free 2016-03-25 15:48:21 +00:00
containers Added a noexcept test 2016-04-07 14:24:16 +00:00
depr Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
diagnostics Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
experimental Implement P0253R1: Fixing a design mistake in the searchers interface. 2016-03-08 15:12:52 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Minor updates to failing tests. NFC 2016-02-09 06:38:56 +00:00
iterators Implement LWG#680, which was missed lo these many moons ago, and was reported as bug #27259. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing. 2016-04-11 03:54:53 +00:00
language.support Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
localization [libcxx] Remove localization tests for Russian month names 2016-03-15 15:55:58 +00:00
numerics Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 2016-01-12 14:51:04 +00:00
re Add some tests to ensure that the __regex_word does not conflict with any of ctype_base's values. 2016-02-11 15:23:04 +00:00
strings Recommit r263036 with additional inlining, so that it will continue to work with existing system dylibs. Implements LWG#2583 2016-04-07 18:13:41 +00:00
thread Guard a number of tests relying on threads support when built in 2016-03-23 21:04:11 +00:00
utilities Make std::addressof constexpr in C++17 (Clang only). 2016-03-17 03:30:56 +00:00
nothing_to_do.pass.cpp