summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-214-4/+4
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3113-0/+26
* [libc++] Add proper XFAILs for shared_mutex testsLouis Dionne2019-03-2714-2/+13
* Support tests in freestandingJF Bastien2019-02-0423-23/+69
* Correct mark for flaky testsKamil Rytarowski2019-01-231-1/+1
* Mark more tests flakyKamil Rytarowski2019-01-231-0/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* Mark more tests as flakyEric Fiselier2019-01-071-0/+2
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-213-6/+6
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-153-6/+6
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-4/+4
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow2017-03-241-0/+8
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-053-3/+3
* Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-015-6/+28
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-303-0/+6
* [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-144-16/+69
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-105-0/+5
* 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-2023-0/+1192
OpenPOWER on IntegriCloud