summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-20252-0/+13766
OpenPOWER on IntegriCloud