aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-21[libc++] Refactor flaky tests for std::shared_lock (#91779)Louis Dionne1-57/+83
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik7771-2/+0
2023-04-09[libc++] Granularize system_error.Mark de Wever1-0/+1
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne1-2/+1
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser1-2/+4
2022-08-19[libcxx] [test] Split the TEST_HAS_SANITIZERS define into TEST_IS_EXECUTED_IN...Martin Storsjö1-1/+1
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne1-1/+1
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne1-3/+0
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne1-1/+3
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne1-3/+1
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne1-3/+3
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne1-1/+2
2020-07-16[libc++] Remove shortcut Lit features for Apple backdeploymentLouis Dionne1-1/+5
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne1-1/+1
2020-03-25[libc++] Drop custom support for flaky tests from libc++ test suiteLouis Dionne1-1/+1
2019-03-27[libc++] Add proper XFAILs for shared_mutex testsLouis Dionne1-0/+1
2019-02-04Support tests in freestandingJF Bastien1-1/+3
2019-01-23Mark more tests flakyKamil Rytarowski1-0/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-11-01Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez1-1/+4
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake1-0/+1
2015-10-01Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier1-2/+2
2015-08-22Refactor shared_timed_mutex tests.Eric Fiselier1-8/+17
2014-12-20Move test into test/std subdirectory.Eric Fiselier1-0/+79