summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers
Commit message (Expand)AuthorAgeFilesLines
* Add missing include that caused a test failure on Windows. Thanks to STL for ...Marshall Clow2016-08-221-0/+1
* make the associative containers do the right thing for propogate_on_container...Marshall Clow2016-08-171-0/+158
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-1737-3/+974
* Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier2016-08-031-1/+1
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-2513-17/+30
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-25107-349/+458
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-2512-18/+30
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-2516-246/+142
* Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-0/+3
* Mark bucket() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-244-8/+12
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-2414-39/+53
* Make bucket_count() greater-equal assertions portable. Patch from STL@microso...Eric Fiselier2016-07-244-7/+7
* Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.comEric Fiselier2016-07-244-48/+52
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-219-80/+104
* Fix undefined behavior in __treeEric Fiselier2016-07-191-0/+31
* Add includes in test. Patch from STL@microsoft.comEric Fiselier2016-07-181-0/+4
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-112-0/+21
* 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-304-1/+13
* 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
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-3012-0/+348
* Make std::array typedef tests more portable.Eric Fiselier2016-06-301-4/+25
* Fix unary_function inheritance assumption. Patch from STL@microsoft.comEric Fiselier2016-06-301-2/+2
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-2615-27/+42
* Finish converting list _LIBCPP_DEBUG tests.Eric Fiselier2016-06-225-81/+7
* Cleanup _LIBCPP_DEBUG tests in std::list. More to come.Eric Fiselier2016-06-2211-515/+7
* Cleanup [list.modifiers] tests.Eric Fiselier2016-06-229-566/+53
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-2211-220/+0
* Improve portability of vector tests. Patch from STL@microsoft.comEric Fiselier2016-06-151-1/+1
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-14635-768/+716
* Found a couple bugs in the test suite. No functionality change.Marshall Clow2016-06-142-0/+4
* Fix vector<bool> tests that were using ints. Patch from STL@microsoft.comEric Fiselier2016-06-145-17/+17
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-0940-28/+48
* Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...Marshall Clow2016-06-074-4/+8
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-0312-13/+13
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-01126-543/+543
* Mark LWG issue 2537 as completeEric Fiselier2016-05-312-4/+6
* Mark LWG issue #2585 as completeEric Fiselier2016-05-311-1/+20
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-283-6/+3
* Fix or move various non-standard tests.Eric Fiselier2016-04-2916-756/+0
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-2816-61/+73
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-283-2/+6
* Fix = that should have been == in test. Thanks to STL@microsoft for the catchMarshall Clow2016-04-271-1/+1
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-2215-3798/+8
* Fix C++03 build breakageEric Fiselier2016-04-221-2/+9
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-2213-34/+39
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-212-0/+50
OpenPOWER on IntegriCloud