llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons
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
..
copy_assign.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 2016-05-28 08:57:35 +00:00
copy_ctor.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 2016-05-28 08:57:35 +00:00
default.pass.cpp Refactor shared_timed_mutex tests. 2015-08-22 21:24:01 +00:00
move_assign.pass.cpp Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof 2016-03-14 23:07:32 +00:00
move_ctor.pass.cpp Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof 2016-03-14 23:07:32 +00:00
mutex.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
mutex_adopt_lock.pass.cpp Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof 2016-03-14 23:07:32 +00:00
mutex_defer_lock.pass.cpp Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof 2016-03-14 23:07:32 +00:00
mutex_duration.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
mutex_time_point.pass.cpp Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
mutex_try_to_lock.pass.cpp Refactor shared_timed_mutex tests. 2015-08-22 21:24:01 +00:00