summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.condition
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2024-10-03[libc++] Remove test suite annotations for experimental stop_token (#110890)Louis Dionne
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne
2024-07-12[libc++] Fix sporadic test failure in condition_variable notify_all test (#97...Hui
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-06-02[libc++] [test] Fix `__has_include` usage, expand condvarany and spaceship co...Stephan T. Lavavej
2024-05-23[libc++] Refactor tests for std::condition_variable (#91530)Louis Dionne
2024-03-24[libc++][test] Fix race condition in condition_variable_any tests (#84788)Hui
2024-01-20[libc++] fix condition_variable_any hangs on stop_request (#77127)Hui
2023-12-14[libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGN...Stephan T. Lavavej
2023-11-24[libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined...philnik777
2023-10-19[libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271)Ryan Prichard
2023-09-29[libc++] Implement `std::condition_variable_any::wait[_for/until]` overloads ...Hui
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser
2023-02-17[libc++] Fixes a flaky test.Mark de Wever
2023-01-18[libc++] Add ALLOW_RETRIES to a few flaky testsNikolas Klauser
2023-01-11[libc++] Hold mutex lock while notify_all is called at notify_all_at_thread_exitArthur O'Dwyer
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-04-02[libcxx] [test] Make the condvar wait_for tests a bit more understandable. NFC.Martin Storsjö
2021-04-01[libcxx] [test] Make the condvar wait_for tests less brittleMartin Storsjö
2021-03-02[libcxx] [test] Fix a test error with condvars with trivial destructionMartin Storsjö
2021-02-17[libc++] Allow retries in a few more flaky testsLouis Dionne
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-06-10[libc++] Consider everything inside %T to be a dependency of each testLouis Dionne
2020-06-03[libc++] Fix test broken in C++03 due to requiring C++11 features from vectorLouis Dionne
2020-06-03[libcxx testing] Fix bot failure in my last commitDavid Zarzycki
2020-06-03[libcxx testing] Fix more bogus timeouts: condvarany/notify_all.pass.cppDavid Zarzycki
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-06-03[libcxx testing] Fix lingering bugs in notify_one.pass.cppDavid Zarzycki
2020-05-30[libcxx testing] Stop using arbitrary timeouts in one testDavid Zarzycki
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-03-31[libc++] Allow running .sh.cpp tests with SSHExecutorsLouis Dionne
2020-03-27[libc++/libc++abi] Properly delimit lit substitutionsLouis Dionne
2020-03-25[libc++] Drop custom support for flaky tests from libc++ test suiteLouis Dionne
2019-09-18Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...Dan Albert
2019-09-16Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...Dan Albert
2019-09-16Implement std::condition_variable via pthread_cond_clockwait() where availableDan Albert
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-23Mark another test as flakyKamil Rytarowski
2019-01-23Correct mark for flaky testsKamil Rytarowski
2019-01-23Mark more tests flakyKamil Rytarowski
2019-01-23Mark thread.condition.condvarany/wait_for.pass.cpp as flakyKamil Rytarowski
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth