6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)
Reviewed-by: chegar
--- a/jdk/test/java/nio/channels/AsyncCloseAndInterrupt.java Thu Jun 05 14:50:28 2008 +0100
+++ b/jdk/test/java/nio/channels/AsyncCloseAndInterrupt.java Thu Jun 05 14:57:15 2008 +0100
@@ -22,7 +22,7 @@
*/
/* @test
- * @bug 4460583 4470470 4840199 6419424 6596323
+ * @bug 4460583 4470470 4840199 6419424 6710579 6596323
* @summary Comprehensive test of asynchronous closing and interruption
* @author Mark Reinhold
*/
@@ -582,7 +582,7 @@
log.println("WARNING: transferFrom/close not tested");
return;
}
- if ((op == TRANSFER_TO) && TestUtil.onSolaris()) {
+ if ((op == TRANSFER_TO) && !TestUtil.onWindows()) {
log.println("WARNING: transferTo/close not tested");
return;
}