llvm-project/libcxx/test/std/thread/thread.mutex
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
..
thread.lock [libc++] Mark more try_lock tests as possibly flaky. 2020-02-27 13:25:57 -05:00
thread.lock.algorithm Support tests in freestanding 2019-02-04 20:31:13 +00:00
thread.mutex.requirements [libc++] Mark more try_lock tests as possibly flaky. 2020-02-27 13:25:57 -05:00
thread.once Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00