提交 eb50ada1 编写于 作者: A alanb

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

Reviewed-by: weijun, chegar
上级 e5894de1
...@@ -400,8 +400,8 @@ java/io/File/Basic.java windows-all ...@@ -400,8 +400,8 @@ java/io/File/Basic.java windows-all
# 6963118 # 6963118
java/nio/channels/Selector/Wakeup.java windows-all java/nio/channels/Selector/Wakeup.java windows-all
# 7076700 # 7052549
java/nio/channels/SocketChannel/AdaptSocket.java generic-all java/nio/channels/FileChannel/ReleaseOnCloseDeadlock.java windows-all
############################################################################ ############################################################################
......
...@@ -63,7 +63,9 @@ public class Basic { ...@@ -63,7 +63,9 @@ public class Basic {
testRead3(); testRead3();
testWrite1(); testWrite1();
testWrite2(); testWrite2();
testTimeout(); // skip timeout tests until 7052549 is fixed
if (!System.getProperty("os.name").startsWith("Windows"))
testTimeout();
testShutdown(); testShutdown();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册