summaryrefslogtreecommitdiff
path: root/libcxx/test/thread
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-15Split thread test into two parts. Mark one as XFAIL with ASAN.Eric Fiselier
2014-11-04Mark another test as UNSUPPORTED with ASAN and MSANEric Fiselier
2014-10-23Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-06-04Handle partial nanosleeps in this_thread::sleep_forDavid Majnemer
2014-05-31Fix XFAIL condition from r208840Justin Bogner
2014-05-15Work around ABI differences due to LWG 2056 in testsJustin Bogner
2014-04-07Fix PR19819Marshall Clow
2014-03-26Add tests that should fail when lock() throws. THis is part of LWG issue #213...Marshall Clow
2014-03-24Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer
2014-02-04Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() pro...Howard Hinnant
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2013-12-23Make cv_status a class enum. Fixes PR18314. Thanks to Andersca for the report...Marshall Clow
2013-10-12LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow
2013-09-21N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant
2013-09-14Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant
2013-07-02Constrain launch ~ operator to defined bits.Howard Hinnant
2013-06-29Add operators to make launch a bitmask type. Searched all of the standard, a...Howard Hinnant
2013-03-26Fixed race conditions in thread tests; exposed by UBSanMarshall Clow
2013-03-23This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant
2013-02-19Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex...David Chisnall
2013-02-11[tests] Another batch of timeout increases.Daniel Dunbar
2013-02-08[tests] Another batch of timeout increases.Daniel Dunbar
2013-02-08[tests] Increase a bunch of wait limits.Daniel Dunbar
2013-02-06Give a lot more timing latitude to some of the timing tests. Busy buildbots a...Howard Hinnant
2012-08-04Loosen up the timing requirements on 4 more tests.Howard Hinnant
2012-07-21noexcept and constexpr applied to <mutex>.Howard Hinnant
2012-07-20Relax the tolerances on some timing tests.Howard Hinnant
2012-02-25update test for explicit bool operator.Howard Hinnant
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant
2011-05-18This commit was accidental. Reverting.Howard Hinnant
2011-05-17A bunch of future tests got invalidated with the latest updates to thread. F...Howard Hinnant
2011-05-17Clean up a bunch of warnings in the tests, 3 of which actually turned out to ...Howard Hinnant
2011-05-16Brought call_once variadic call up to current spec, which allows move-only fu...Howard Hinnant
2011-05-16Brought thread variadic constructor up to current spec, which allows move-onl...Howard Hinnant
2010-11-30Implemented N3194Howard Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-23N3188 - Revision to N3113: Async Launch Policies (CH 36)Howard Hinnant
2010-11-20N3191: C++ Timeout SpecificationHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-10-07Relaxing timing test a bit to avoid spurious test failures under loadHoward Hinnant
2010-09-28fixing whitespaceHoward Hinnant
2010-09-04Fix whitespaceHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-09-03[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant