llvm-project/libcxx/test/std/thread
Eric Fiselier d4ad2adb00 [libc++] Mark more try_lock tests as possibly flaky.
These tests check that an operations happens within a specified
deadline, which causes flaky failures on slow machines or machines
under heavy load.

By adding the // FLAKY_TEST. tag it allows the test suite to
retry or ignore the tests
2020-02-27 13:25:57 -05:00
..
futures [NFC][libc++] Refactor some future tests to reduce code duplication 2020-02-25 18:16:45 -05:00
thread.barrier [libc++] Adapt a few things around the implementation of P1135R6 2020-02-24 10:59:35 -05:00
thread.condition Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait() where available"" 2019-09-18 18:13:32 +00:00
thread.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
thread.latch [libc++] Adapt a few things around the implementation of P1135R6 2020-02-24 10:59:35 -05:00
thread.mutex [libc++] Mark more try_lock tests as possibly flaky. 2020-02-27 13:25:57 -05:00
thread.req Support tests in freestanding 2019-02-04 20:31:13 +00:00
thread.semaphore Some fixes for open breaks on MacOS and UBSan 2020-02-26 20:51:19 -08:00
thread.threads libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
macro.pass.cpp libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus. 2019-07-30 14:32:47 +00:00