summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard
AgeCommit message (Expand)Author
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
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
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-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-01-15[libcxx testing] Fix UB in tests for std::lock_guardIgor Kudrin
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis 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
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
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-09Mark two more tests as FLAKYEric Fiselier
2017-05-04[libcxx] [test] Strip trailing whitespace. 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-11-21Mark variadic lock guard tests as XFAIL with modules, since they have to defi...Eric Fiselier
2016-06-22Avoid assignment in return. Patch from STL@microsoft.comEric Fiselier
2016-06-14Add missing includeEric Fiselier
2016-06-14Implement variadic lock_guard.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier