.jcheck/conf
author amlu
Tue, 12 Apr 2016 13:53:48 +0800
changeset 37307 eb17ca049605
parent 22030 3e7d1a70e010
child 43596 6f2d432b3cf0
permissions -rw-r--r--
8068693: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing. 8153209: java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException. Summary: for JDK-8068693, 500ms is too short on busy system for channel to be closed or for thread blocking on IO to be interrupted, increase the time from 500ms to 10000ms. for JDK-8153209, it's a test regression due to JDK-8151582, do not sleep when running tests for CONNECT/FINISH_CONNECT, sleep for other test cases. Reviewed-by: bpb, martin, rriggs Contributed-by: Hamlin Li <huaming.li@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22030
3e7d1a70e010 8030068: Update .jcheck/conf files for JDK 9
iris
parents: 9925
diff changeset
     1
project=jdk9