summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique
AgeCommit message (Expand)Author
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-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever
2023-04-09[libc++] Granularize system_error.Mark de Wever
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-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-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-10-02[libc++] Allow retries on some slightly flaky mutex testsLouis Dionne
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
2020-02-27[libc++] Mark more try_lock tests as possibly flaky.Eric Fiselier
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-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-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
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
2017-03-03Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier
2016-12-05Adjust libc++ test infastructure to fully support modulesEric Fiselier
2016-11-01Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-08-30Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier
2016-03-14Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier