summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread
Commit message (Expand)AuthorAgeFilesLines
* Fix C++03 build.Eric Fiselier2016-06-301-0/+3
* Make futures.overview enum tests more portable. Patch from STL@microsoft.comEric Fiselier2016-06-302-9/+16
* Placate MSVC's unchecked malloc warning in thread tests.Eric Fiselier2016-06-221-1/+3
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-223-64/+0
* Avoid assignment in return. Patch from STL@microsoft.comEric Fiselier2016-06-222-2/+2
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-225-164/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+4
* Add missing includeEric Fiselier2016-06-141-0/+2
* Implement variadic lock_guard.Eric Fiselier2016-06-148-28/+410
* Remove unused local var. Patch from STL@microsoft.comEric Fiselier2016-06-141-1/+1
* Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.Eric Fiselier2016-06-021-1/+1
* Mark LWG issue 2250 as completeEric Fiselier2016-06-022-0/+40
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Cleanup non-standard tests as reported by STL@microsoft.com. NFC.Eric Fiselier2016-06-0118-31/+2
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-285-24/+5
* Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...Eric Fiselier2016-04-301-3/+3
* Fix or move various non-standard tests.Eric Fiselier2016-04-292-115/+70
* Rename function parameters to avoid shadowing. Patch from STL@microsoft.comEric Fiselier2016-04-281-4/+4
* [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...Eric Fiselier2016-04-201-15/+51
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-2310-4/+18
* Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow2016-03-1410-42/+150
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1035-0/+35
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-0112-28/+32
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-281-0/+4
* Remove empty file that arcanist createdEric Fiselier2015-08-281-0/+0
* [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03Eric Fiselier2015-08-2838-603/+334
* Refactor flaky shared_mutex testsEric Fiselier2015-08-264-22/+39
* Refactor and fix more flaky shared_mutex testsEric Fiselier2015-08-256-37/+123
* Refactor shared_timed_mutex tests.Eric Fiselier2015-08-2221-146/+119
* Remove test_atomic.h headerEric Fiselier2015-08-193-10/+10
* Use TestAtomic instead of std::atomic so the test can run in C++03Eric Fiselier2015-08-191-2/+3
* Mark std::packaged_task tests as unsupported in C++03.Eric Fiselier2015-08-1918-61/+45
* [libcxx] Add Atomic test helper and fix TSAN failures.Eric Fiselier2015-08-187-136/+148
* Remove sanitizer XFAILs on a test.Eric Fiselier2015-07-281-7/+0
* Mark async tests as UNSUPPORTED in C++03 because it requires variadicsEric Fiselier2015-07-282-0/+2
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-7/+3
* Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow2015-06-301-1/+1
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-308-0/+327
* LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.Eric Fiselier2015-06-131-1/+47
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-121-0/+67
* Change #ifdefs in test to UNSUPPORTED. No functionality change in the testsMarshall Clow2015-06-119-48/+10
* Get thread sleep_for test passing in C++03Eric Fiselier2015-05-271-2/+5
* Fix race condition in thread test.Eric Fiselier2015-05-191-8/+25
* Fix race conditions in test class used throughout the std::thread tests.Eric Fiselier2015-04-0210-15/+34
* [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.Eric Fiselier2015-04-021-0/+70
* Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.Eric Fiselier2015-03-271-1/+1
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+1
* libc++ tests: wait_until.pass test sporadically fails (bug 21998)Eric Fiselier2015-02-112-194/+258
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-141-3/+3
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-091-0/+1
OpenPOWER on IntegriCloud