7117717: (aio) Tests failing due to implementation bug 7052549
Reviewed-by: weijun, chegar
This commit is contained in:
parent
6dbd0de785
commit
5751fb4a86
@ -400,8 +400,8 @@ java/io/File/Basic.java windows-all
|
||||
# 6963118
|
||||
java/nio/channels/Selector/Wakeup.java windows-all
|
||||
|
||||
# 7076700
|
||||
java/nio/channels/SocketChannel/AdaptSocket.java generic-all
|
||||
# 7052549
|
||||
java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java windows-all
|
||||
|
||||
############################################################################
|
||||
|
||||
|
@ -63,7 +63,9 @@ public class Basic {
|
||||
testRead3();
|
||||
testWrite1();
|
||||
testWrite2();
|
||||
testTimeout();
|
||||
// skip timeout tests until 7052549 is fixed
|
||||
if (!System.getProperty("os.name").startsWith("Windows"))
|
||||
testTimeout();
|
||||
testShutdown();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user