summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.threads
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-061-2/+5
* 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-221-22/+0
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-222-81/+0
* 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
* [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...Eric Fiselier2016-04-201-15/+51
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Remove test_atomic.h headerEric Fiselier2015-08-191-3/+2
* Use TestAtomic instead of std::atomic so the test can run in C++03Eric Fiselier2015-08-191-2/+3
* [libcxx] Add Atomic test helper and fix TSAN failures.Eric Fiselier2015-08-182-6/+6
* Remove sanitizer XFAILs on a test.Eric Fiselier2015-07-281-7/+0
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-7/+3
* 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
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+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-2030-0/+1397
OpenPOWER on IntegriCloud