summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements
Commit message (Expand)AuthorAgeFilesLines
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-071-3/+3
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3122-0/+44
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* Mark another test as flakyKamil Rytarowski2019-02-091-0/+2
* Support tests in freestandingJF Bastien2019-02-0449-49/+147
* Mark another test as flakyKamil Rytarowski2019-01-241-0/+2
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1949-196/+147
* [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.Stephan T. Lavavej2017-08-0515-15/+15
* Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZEREric Fiselier2017-06-071-0/+2
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-0/+4
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-0510-10/+10
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-3010-0/+20
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-222-54/+0
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-282-8/+2
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-232-0/+2
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-018-19/+24
* Refactor flaky shared_mutex testsEric Fiselier2015-08-264-22/+39
* Refactor and fix more flaky shared_mutex testsEric Fiselier2015-08-256-37/+123
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-308-0/+327
* Change #ifdefs in test to UNSUPPORTED. No functionality change in the testsMarshall Clow2015-06-119-48/+10
* [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.Eric Fiselier2015-04-021-0/+70
* Move test into test/std subdirectory.Eric Fiselier2014-12-2042-0/+1709
OpenPOWER on IntegriCloud