summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.mutex/thread.lock
AgeCommit message (Expand)Author
2024-10-25[libc++] Granularize <vector> (#99705)Nikolas Klauser
2024-08-22[libc++] Refactor the std::unique_lock tests (#102151)Nikolas Klauser
2024-07-31[libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (#99562)Paul Kirth
2024-07-16[libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (#98717)Petr Hosek
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever
2024-05-21[libc++] Refactor flaky tests for std::shared_lock (#91779)Louis Dionne
2023-12-05[libc++][test] Fix simple warnings (#74186)Stephan T. Lavavej
2023-12-01[libc++][NFC] Update the remaining old license headersNikolas Klauser
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-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-06-19[libc++][NFC] Move several .fail.cpp tests to .verify.cppLouis Dionne
2023-06-17[libc++][NFC] Granularise <thread> headerHui
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-04-09[libc++] Granularize system_error.Mark de Wever
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser
2023-03-19[libc++] Remove C++03 extensions for std::allocator_arg & friendsLouis Dionne
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
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-10-26[libc++][NFC] Mark LWG2731 as completeJoe Loser
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis 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-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer
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
2021-01-15[libcxx testing] Fix UB in tests for std::lock_guardIgor Kudrin
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2020-10-02[libc++] Allow retries on some slightly flaky mutex testsLouis 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-05-18[libcxx testing] Remove ALLOW_RETRIES from lock_guard testsDavid Zarzycki
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
2020-02-27[libc++] Mark more try_lock tests as possibly flaky.Eric Fiselier
2019-09-26[libc++] Take 2: Implement LWG 2510Louis Dionne
2019-09-25Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov
2019-09-24[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne
2019-09-24[libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne
2019-09-24[libc++] Implement LWG 2510Louis Dionne