7117717: (aio) Tests failing due to implementation bug 7052549

Reviewed-by: weijun, chegar
This commit is contained in:
Alan Bateman 2011-12-05 12:23:46 +00:00
parent 6dbd0de785
commit 5751fb4a86
2 changed files with 5 additions and 3 deletions

View File

@ -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
############################################################################

View File

@ -63,6 +63,8 @@ public class Basic {
testRead3();
testWrite1();
testWrite2();
// skip timeout tests until 7052549 is fixed
if (!System.getProperty("os.name").startsWith("Windows"))
testTimeout();
testShutdown();
}