OpenJDK / portola / portola
changeset 32098:b39f6c2da1a0
8133231: Mark TimeoutLockLoops.java as failing intermittently
Reviewed-by: lancea
author | darcy |
---|---|
date | Mon, 10 Aug 2015 16:28:31 -0700 |
parents | 5f00777700b0 |
children | 0a23ca63d4e8 |
files | jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java Mon Aug 10 10:50:24 2015 -0700 +++ b/jdk/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java Mon Aug 10 16:28:31 2015 -0700 @@ -35,6 +35,7 @@ * @test * @bug 4486658 5031862 * @run main TimeoutLockLoops + * @key intermittent * @summary Checks for responsiveness of locks to timeouts. * Runs under the assumption that ITERS computations require more than * TIMEOUT msecs to complete, which seems to be a safe assumption for