提交 f0165ed0 编写于 作者: A alanb

6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)

Reviewed-by: chegar
上级 b180908e
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
*/ */
/* @test /* @test
* @bug 4460583 4470470 4840199 6419424 6596323 * @bug 4460583 4470470 4840199 6419424 6710579 6596323
* @summary Comprehensive test of asynchronous closing and interruption * @summary Comprehensive test of asynchronous closing and interruption
* @author Mark Reinhold * @author Mark Reinhold
*/ */
...@@ -582,7 +582,7 @@ public class AsyncCloseAndInterrupt { ...@@ -582,7 +582,7 @@ public class AsyncCloseAndInterrupt {
log.println("WARNING: transferFrom/close not tested"); log.println("WARNING: transferFrom/close not tested");
return; return;
} }
if ((op == TRANSFER_TO) && TestUtil.onSolaris()) { if ((op == TRANSFER_TO) && !TestUtil.onWindows()) {
log.println("WARNING: transferTo/close not tested"); log.println("WARNING: transferTo/close not tested");
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册