mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)
Reviewed-by: chegar
This commit is contained in:
parent
06e7bf1f85
commit
97bcf18b88
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue