summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.mutex
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* [libc++] Add proper XFAILs for shared_mutex testsLouis Dionne2019-03-2714-2/+13
* Mark another test as flakyKamil Rytarowski2019-02-091-0/+2
* Support tests in freestandingJF Bastien2019-02-04116-116/+348
* Mark another test as flakyKamil Rytarowski2019-01-241-0/+2
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Correct mark for flaky testsKamil Rytarowski2019-01-235-5/+5
* Mark more tests flakyKamil Rytarowski2019-01-231-0/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19116-464/+348
* Mark two more tests as FLAKYEric Fiselier2019-01-092-0/+4
* Mark more tests as flakyEric Fiselier2019-01-073-0/+6
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-216-12/+12
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-157-27/+27
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+2
* [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.Stephan T. Lavavej2017-08-0515-15/+15
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-11/+11
* Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow2017-07-271-4/+4
* Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZEREric Fiselier2017-06-071-0/+2
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-043-0/+6
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-042-2/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.Eric Fiselier2017-04-184-15/+13
* Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow2017-03-2410-77/+145
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-032-6/+2
* Add support for running our test suite against MSVC's STLEric Fiselier2017-01-181-2/+2
* Fix unused parameters and variablesEric Fiselier2016-12-231-3/+3
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-0522-39/+22
* Mark variadic lock guard tests as XFAIL with modules, since they have to defi...Eric Fiselier2016-11-217-1/+24
* Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0113-18/+86
* Prevent the test suite from hanging when run against libstdc++Eric Fiselier2016-10-121-0/+5
* [libcxx] Add a TSan regression test for a data race in call_onceKuba Brecka2016-09-141-0/+48
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-3015-0/+30
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-221-20/+0
* Avoid assignment in return. Patch from STL@microsoft.comEric Fiselier2016-06-222-2/+2
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-222-54/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+4
* Add missing includeEric Fiselier2016-06-141-0/+2
* Implement variadic lock_guard.Eric Fiselier2016-06-148-28/+410
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-284-22/+4
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-232-0/+2
* Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow2016-03-1410-42/+150
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1013-0/+13
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-0112-28/+32
* 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
* 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
* 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
* Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.Eric Fiselier2015-03-271-1/+1
OpenPOWER on IntegriCloud