summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.mutex
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-5/+38
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-38/+5
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-1/+1
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-1/+4
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-5/+35
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-218-8/+8
* 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-3154-0/+108
* [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
OpenPOWER on IntegriCloud