summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.threads
AgeCommit message (Expand)Author
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser
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
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever
2023-07-15[libc++] Fixes thread::id's operator<<.Mark de Wever
2023-07-11[libc++] Move __thread_id out of <__threading_support>Louis Dionne
2023-07-03[libc++] Add missing includesLouis Dionne
2023-06-17[libc++][NFC] Granularise <thread> headerHui
2023-06-13[libc++] Mark slow tests as unsupported on GCCLouis Dionne
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever
2023-05-13[NFC][libc++][format] Tests formatter requirements.Mark de Wever
2023-04-11[libc++][format] Improves tests.Mark de Wever
2023-04-08[libc++][format] Implements formatter thread::id.Mark de Wever
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser
2022-08-13[libc++] Implement `operator<=>` for `thread::id`Adrian Vogelsgesang
2022-08-10[libc++] Implement `thread::id` comparators as free functionsAdrian Vogelsgesang
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-04-06[libcxx] [test] Remove UNSUPPORTED markings for mingw issues that no longer a...Martin Storsjö
2022-01-14[libc++] [test] ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS is not supported on ...Arthur O'Dwyer
2022-01-13[libc++][NFC] Fix placement of some XFAILsLouis Dionne
2021-12-22[libc++] [ranges] Introduce _LIBCPP_AUTO_CAST(x) for auto(x).Arthur O'Dwyer
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-11-09[libcxx][CI][AIX] Switch to LLVM_ENABLE_RUNTIMESDavid Tenty
2021-11-08[libc++][CI] Add AIX pipeline configDavid Tenty
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
2021-10-21[libcxx] [test] Add a specific XFAIL for a MinGW env failure that is fixed in...Martin Storsjö
2021-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer
2021-08-10[libcxx] [test] Generalize defines for skipping allocation checksMartin Storsjö
2021-07-12[libcxx] [test] Fix spurious failures in the thread join test on WindowsMartin Storsjö
2021-07-08[libcxx] [test] Fix spurious failures in the thread detach test on WindowsMartin Storsjö
2021-05-01[libcxx] [test] Skip alloc counter checks for operations within the libc++ DLLMartin Storsjö
2021-04-12[libc++] [test] Detect an improperly noexcept'ed __decay_copy.Arthur O'Dwyer
2021-03-22[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the ...Martin Storsjö
2020-12-01[libc++] ADL-proof <thread>, and eliminate `using namespace chrono`.Arthur O'Dwyer
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-06-03[libc++] Support move construction and assignment in <thread> in C++03Louis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-10[libcxx testing] Remove ALLOW_RETRIES from sleep_until.pass.cppDavid 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-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