summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.mutex/thread.lock
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
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3131-0/+62
* [libc++] Add proper XFAILs for shared_mutex testsLouis Dionne2019-03-2714-2/+13
* Support tests in freestandingJF Bastien2019-02-0459-59/+177
* 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-1959-236/+177
* 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-156-12/+12
* [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
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-042-2/+2
* 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
* Fix unused parameters and variablesEric Fiselier2016-12-231-3/+3
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-0512-29/+12
* 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-0110-11/+58
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-305-0/+10
* Avoid assignment in return. Patch from STL@microsoft.comEric Fiselier2016-06-222-2/+2
* 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-282-14/+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-1010-0/+10
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-014-9/+8
* Refactor shared_timed_mutex tests.Eric Fiselier2015-08-2221-146/+119
* Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.Eric Fiselier2015-03-271-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2053-0/+2483
OpenPOWER on IntegriCloud