llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.req.../thread.sharedtimedmutex.class
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
..
assign.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 2016-05-28 08:57:35 +00:00
copy.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 2016-05-28 08:57:35 +00:00
default.pass.cpp Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests 2015-06-11 21:47:39 +00:00
lock.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
lock_shared.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
try_lock.pass.cpp Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests 2015-06-11 21:47:39 +00:00
try_lock_for.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
try_lock_shared.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
try_lock_shared_for.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
try_lock_shared_until.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
try_lock_until.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
try_lock_until_deadlock_bug.pass.cpp