summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* Fix UB in uses_alloc_types.hppEric Fiselier2016-06-271-2/+2
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-1/+1
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-271-11/+11
* Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2016-06-262-3/+8
* Use correct Clang feature names. I got them wrong in the previous commitEric Fiselier2016-06-221-2/+2
* Support old GCC exception and rtti detection macrosEric Fiselier2016-06-221-2/+4
* Add tests for RTTI/exceptions test macros.Eric Fiselier2016-06-225-0/+105
* Fix exception/rtti detection in tests.Eric Fiselier2016-06-221-2/+2
* Cleanup [list.modifiers] tests.Eric Fiselier2016-06-221-1/+34
* Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.comEric Fiselier2016-06-221-1/+5
* Allow the libc++ build/source paths to contain symlinks.Eric Fiselier2016-06-211-0/+2
* Implement std::experimental::propagate_const from LFTS v2Jonathan Coe2016-06-191-0/+119
* Fix SleepFor(...) helper when a monotonic clock is not available.Eric Fiselier2016-06-181-3/+7
* Use monotonic clock in synthetic SleepFor test helperEric Fiselier2016-06-181-2/+2
* Fix 3 bugs in filesystem tests and implementation.Eric Fiselier2016-06-181-0/+16
* Get filesystem tests passing for single-threaded configurations.Eric Fiselier2016-06-171-0/+11
* Add Filesystem TS -- CompleteEric Fiselier2016-06-178-0/+1517
* [libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...Eric Fiselier2016-06-151-11/+12
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-144-8/+10
* Fix warnings in tests.Eric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-016-17/+17
* Fix bug in test allocator that incorrectly computed the allocation sizeEric Fiselier2016-05-301-3/+4
* Add missing include to test_iterators.hEric Fiselier2016-05-271-0/+1
* Remove C++11 feature macros in tests. Use TEST_STD_VER instead.Eric Fiselier2016-05-161-6/+0
* Add <experimental/memory_resource>Eric Fiselier2016-05-073-0/+861
* Don't use std::__clz in 'test/support/hexfloat.h'.Eric Fiselier2016-05-031-4/+16
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-1/+1
* Fix possible test breakage for MinGWEric Fiselier2016-04-291-8/+9
* Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.comEric Fiselier2016-04-291-6/+8
* Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.comEric Fiselier2016-04-291-1/+1
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-283-29/+19
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-282-4/+4
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-281-0/+2
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-224-30/+34
* Teach map/unordered_map how to optimize 'emplace(Key, T)'.Eric Fiselier2016-04-161-0/+5
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-151-0/+62
* Update container_test_types.h and cleanup the related testsEric Fiselier2016-03-311-118/+78
* Missed this file in previous checkinMarshall Clow2016-03-141-6/+33
* Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].Eric Fiselier2016-02-111-0/+5
* Revert r260514 because it has a bogus commit message.Eric Fiselier2016-02-111-5/+0
* separate nested >>Eric Fiselier2016-02-111-1/+1
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-111-0/+5
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-111-0/+522
* Got the test backwards in r258279. Fixed that and de-tabbedMarshall Clow2016-01-201-166/+166
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-201-0/+21
* Add missing license headersEric Fiselier2016-01-197-0/+58
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-131-0/+199
* Remove some test scaffolding that I added and then didn't need. No functional...Marshall Clow2016-01-051-29/+0
* First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow2016-01-051-0/+30
* Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.Eric Fiselier2015-12-091-0/+6
OpenPOWER on IntegriCloud