summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.threads
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3120-0/+40
* [libc++][test] Remove non-portable assumption that thread's constructor alloc...Casey Carter2019-05-021-10/+19
* Support tests in freestandingJF Bastien2019-02-0428-28/+84
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1928-112/+84
* Repair thread-unsafe modifications of n_alive in F.pass.cppBilly Robert O'Neal III2018-10-191-4/+10
* Mork more tests as FLAKYEric Fiselier2018-10-011-0/+1
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-191-1/+0
* Fix or move tests with non-standard assumptionsEric Fiselier2017-05-122-70/+22
* Mark test using <sys/time.h> as UNSUPPORTED on WindowsEric Fiselier2017-05-051-0/+3
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+10
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+3
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-032-6/+2
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-212-1/+28
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix unused parameters and variablesEric Fiselier2016-12-232-2/+2
* Fix yet another dynamic exception specEric Fiselier2016-12-111-2/+2
* [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