summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-09-05[libc++][C++03] cherry-pick #128054 (#156672)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-16[libc++][jthread] LWG3788: `jthread::operator=(jthread&&)` postconditions are...Hristo Hristov
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-10[libc++] Remove the `packaged_task::result_type` extension (#147671)A. Jiang
2025-07-08[libc++][z/OS] XFAIL thread_create_failure.pass.cpp on z/OS (#147520)Zibi Sarbinowski
2025-07-04[libc++] Fix tests broken on the Buildkite CI (#146733)Louis Dionne
2025-06-30Address formatting mistake in libc++ testEric Fiselier
2025-06-30[libc++] Fix wait_on_destruct.pass.cpp hanging sometimes (#146240)Eric
2025-06-26Disable HWSan for thread_creae_failure.pass.Qinkun Bao
2025-06-26Disable HWSan for thread_creae_failure.pass.Qinkun Bao
2025-06-26[libc++] Address remaining comments from #130145Nikolas Klauser
2025-06-26[libc++] Don't try to wait on a thread that hasn't started in std::async, tak...Nikolas Klauser
2025-03-18[libc++] Guard call_once against operator hijacking. (#128054)Mark de Wever
2025-03-10Revert "[libc++] Don't try to wait on a thread that hasn't started in std::as...Kadir Cetinkaya
2025-03-02[libc++][test] XFAIL for FreeBSD in thread_create_failure.pass.cpp (#129413)A. Jiang
2025-02-25Exclude hwasan from thread_create_failure.pass.cpp (#128768)Thurston Dang
2025-02-25[libc++] Don't try to wait on a thread that hasn't started in std::async (#12...Nikolas Klauser
2024-11-20[libc++] Include headers in <thread> conditionally (#116539)Nikolas Klauser
2024-11-18[libc++] Avoid including all of <thread> in <future> (#116541)Nikolas Klauser
2024-10-25[libc++] Granularize <vector> (#99705)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++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2024-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne
2024-09-11[libc++] Reland LWG2921 and LWG2976 (#107960)A. Jiang
2024-08-22[libc++] Refactor the std::unique_lock tests (#102151)Nikolas Klauser
2024-08-21[libc++] Refactor the tests for mutex, recursive mutex and their timed counte...Louis Dionne
2024-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
2024-07-31[libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (#99562)Paul Kirth
2024-07-31[libc++] Refactor tests for shared_mutex and shared_timed_mutex (#100783)Louis Dionne
2024-07-16[libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (#98717)Petr Hosek
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-10[libc++][test] Avoid `-Wunused-variable` warnings in mutex tests (#94907)Stephan T. Lavavej
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-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
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser
2024-04-16[libc++] Deprecate the C++20 synchronization library before C++20 (#86410)Louis Dionne
2024-03-24[libc++][test] Fix race condition in condition_variable_any tests (#84788)Hui
2024-03-11[libc++][test] Don't include `test_format_context.h` in `parse.pass.cpp` (#83...A. Jiang
2024-02-16[libc++][format] Don't treat a closing '}' as part of format-spec (#81305)Po-yao Chang
2024-02-05[libc++] fix `counting_semaphore` lost wakeups (#79265)Hui