6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)
Reviewed-by: chegar
This commit is contained in:
parent
06e7bf1f85
commit
97bcf18b88
@ -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 @@ public class AsyncCloseAndInterrupt {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user