llvm-project/libcxx/test/std/thread/thread.mutex
Eric Fiselier ea982ed35a Add "FLAKY_TEST" test directive to support re-running flaky tests.
Some of the mutex tests fail on machines with high load. This patch implements
the test directive "// FLAKY_TEST" which allows a test to be run 3 times
before it's considered a failure.

llvm-svn: 280050
2016-08-30 01:46:43 +00:00
..
thread.lock Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
thread.lock.algorithm Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
thread.mutex.requirements Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
thread.once Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00