summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Our test allocators support move/copy construction; they should support move/...Marshall Clow2015-10-061-1/+7
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-011-0/+5
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-011-0/+8
* Fix bug in test_allocator<void> that used the wrong value to represent object...Eric Fiselier2015-08-281-2/+2
* Remove test_atomic.h headerEric Fiselier2015-08-191-109/+0
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-191-0/+2
* [libcxx] Add Atomic test helper and fix TSAN failures.Eric Fiselier2015-08-181-0/+109
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-313-0/+375
* Forgot the support include file in r241091Marshall Clow2015-06-301-0/+73
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-141-6/+6
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-033-24/+30
* Add test macros header to remove dependance on __config macros.Eric Fiselier2015-05-271-0/+83
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+4
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+2
* Add TrackedValue to test/support. Thanks to Louis DionneEric Fiselier2015-03-091-0/+50
* Add CloudABI locale names to platform_support.h.Ed Schouten2015-03-091-0/+10
* Fix error checking in get_temp_file_name().Dan Albert2015-02-131-4/+7
* Add pragma system header to some experimental headers and add newlines to files.Eric Fiselier2015-02-101-1/+1
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-101-0/+44
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-101-9/+9
* Remove use of _[A-Z] identifiers and poison them to detect usageEric Fiselier2015-02-051-0/+32
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-281-0/+50
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-0/+52
* Fix definition of __has_feature in r227263Eric Fiselier2015-01-271-1/+1
* Ensure __has_feature is defined in test/support/count_new.hppEric Fiselier2015-01-271-0/+4
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-221-0/+201
OpenPOWER on IntegriCloud