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
Richard Barton
3c0bc9697a
Guard a number of tests relying on threads support when built in
...
single-threaded mode.
Differential Revision: http://reviews.llvm.org/D14731
llvm-svn: 264191
2016-03-23 21:04:11 +00:00
Eric Fiselier
7362982e62
Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances
...
llvm-svn: 248993
2015-10-01 08:34:37 +00:00
Eric Fiselier
b610a45c7b
Refactor flaky shared_mutex tests
...
llvm-svn: 246055
2015-08-26 19:04:40 +00:00
Marshall Clow
f69ae47128
Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
...
llvm-svn: 241067
2015-06-30 14:04:14 +00:00