8133611: Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list

Reviewed-by: darcy
This commit is contained in:
David Holmes 2015-09-09 04:02:59 -04:00
parent 08ef9ddd4e
commit f032aa1311
2 changed files with 0 additions and 5 deletions

View File

@ -363,10 +363,6 @@ com/sun/jdi/GetLocalVariables4Test.sh windows-all
# 8062512
java/util/spi/ResourceBundleControlProvider/UserDefaultControlTest.java generic-all
# 8029453
java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java linux-all
############################################################################
# jdk_instrument

View File

@ -35,7 +35,6 @@
* @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