summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons
AgeCommit message (Expand)Author
2024-10-25[libc++] Granularize <vector> (#99705)Nikolas Klauser
2024-05-21[libc++] Refactor flaky tests for std::shared_lock (#91779)Louis Dionne
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-06-17[libc++][NFC] Granularise <thread> headerHui
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser
2022-08-19[libcxx] [test] Make some threading tests more robustMartin Storsjö
2022-08-19[libcxx] [test] Split the TEST_HAS_SANITIZERS define into TEST_IS_EXECUTED_IN...Martin Storsjö
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-07-16[libcxx][modularisation] adds several headers to the module mapChristopher Di Bella
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-06-15[libcxx][iwyu] ensures we IWYU as prep for modulesChristopher Di Bella
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-07-16[libc++] Remove shortcut Lit features for Apple backdeploymentLouis Dionne
2020-07-09[libc++] Fix test failures in C++14 modeLouis Dionne
2020-07-04[libcxx testing] Remove ALLOW_RETRIES from another testDavid Zarzycki
2020-07-03[libcxx testing] Remove ALLOW_RETRIES from another testDavid Zarzycki
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-03-25[libc++] Drop custom support for flaky tests from libc++ test suiteLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-03-27[libc++] Add proper XFAILs for shared_mutex testsLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-23Correct mark for flaky testsKamil Rytarowski
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07Mark more tests as flakyEric Fiselier
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-03-24Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow
2016-12-05Adjust libc++ test infastructure to fully support modulesEric Fiselier
2016-08-30Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2016-03-14Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow
2015-10-01Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier
2015-08-22Refactor shared_timed_mutex tests.Eric Fiselier
2015-03-27Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier