summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior in __hash_tableEric Fiselier2016-07-232-6/+2
* Implement P0392r0. Integrate filesystem::path and string_view.Eric Fiselier2016-07-236-3/+121
* Revert r276506 - Diagnose invalid memory order arguments in <atomic>.Eric Fiselier2016-07-231-125/+0
* [libcxx] Diagnose invalid memory order arguments in <atomic>. Fixes PR21179.Eric Fiselier2016-07-231-0/+125
* Again, w/o the tabsMarshall Clow2016-07-211-5/+5
* Another fix to appease the no-exception bots.Marshall Clow2016-07-211-7/+11
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-215-6/+31
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-2195-5/+17377
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-219-80/+104
* Disable warning flags when running .fail.cpp tests.Eric Fiselier2016-07-203-26/+57
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-203-2/+12
* Fix inheriting constructor test for std::function.Eric Fiselier2016-07-201-4/+7
* Unbreak is_constructible tests for Clang <= 3.7.Eric Fiselier2016-07-202-1/+25
* Add missed test in r276090.Eric Fiselier2016-07-201-0/+23
* Reimplement is_constructible fallback implementation. Fixes PR21574.Eric Fiselier2016-07-202-7/+60
* Add tests for reference binding assertions in std::tuple.Eric Fiselier2016-07-202-0/+104
* Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier2016-07-202-1/+76
* Add heterogeneous comparator support for __debug_less. Fixes PR17147.Eric Fiselier2016-07-191-0/+167
* Fix undefined behavior in __treeEric Fiselier2016-07-196-1/+43
* Remove locale tests that depend on enviroment variables.Eric Fiselier2016-07-181-17/+0
* [libcxx][filesystem] Remove setgid from parent before testing permissionsJonas Hahnfeld2016-07-181-0/+3
* Rework libatomic handling in CMake and LIT.Eric Fiselier2016-07-183-1/+7
* Improve ABI tests for std::pair.Eric Fiselier2016-07-182-5/+152
* Add checkpoint diagnostics to help diagnose buildbot failures.Eric Fiselier2016-07-182-2/+11
* Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier2016-07-183-0/+12
* Add includes in test. Patch from STL@microsoft.comEric Fiselier2016-07-181-0/+4
* Rename and rework `_LIBCPP_TRIVIAL_PAIR_COPY_CTOR`. Move FreeBSD configuratio...Eric Fiselier2016-07-181-0/+55
* Suppress warning in make_from_tuple tests.Eric Fiselier2016-07-181-0/+4
* Implement C++17 tuple bits. Including apply and make_from_tuple.Eric Fiselier2016-07-187-0/+1151
* Fix std::experimental::optional tests. Patch from Casey Carter.Eric Fiselier2016-07-175-13/+9
* Add more tests for LWG#2582. No code changes needed, just tests.Marshall Clow2016-07-1225-19/+47
* libc++: name anonymous structsJF Bastien2016-07-121-9/+9
* Add tests for the meta.unary.props that do not require a complete type. This ...Marshall Clow2016-07-124-0/+14
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-113-0/+99
* Allow is_swappable to SFINAE on deleted/ambiguous swap functionsEric Fiselier2016-07-111-0/+21
* Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.Marshall Clow2016-07-081-2/+2
* Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...Manman Ren2016-07-061-7/+7
* Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...Marshall Clow2016-07-061-7/+7
* Handle std::get<T>(...) for std::tuple<>Eric Fiselier2016-07-021-0/+3
* Rewrite std::get<Type>(...) helper using constexpr functions.Eric Fiselier2016-07-025-92/+35
* Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier2016-07-022-0/+31
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-0/+102
* Turn off ASAN's odr-violation diagnostics for now. See PR28391Eric Fiselier2016-07-011-0/+3
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-011-0/+34
* Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow2016-06-306-12/+0
* Fix C++03 build.Eric Fiselier2016-06-305-1/+16
* Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...Marshall Clow2016-06-302-4/+135
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-306-0/+12
* Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow2016-06-301-0/+4
* Implement LWG#2596: 'vector::data() should use addressof'Marshall Clow2016-06-302-3/+41
OpenPOWER on IntegriCloud