< prev index next >

test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java

Print this page
rev 59105 : imported patch corelibs

*** 706,716 **** // Testing map is impractical and arguably unnecessary: It's // unclear under what conditions mmap(2) will actually block. test(connectedSocketChannelFactory); ! if (TestUtil.onWindows() || TestUtil.onSolaris()) { log.println("WARNING Cannot reliably test connect/finishConnect" + " operations on this platform"); } else { // Only the following tests need refuser's connection backlog // to be saturated --- 706,716 ---- // Testing map is impractical and arguably unnecessary: It's // unclear under what conditions mmap(2) will actually block. test(connectedSocketChannelFactory); ! if (TestUtil.onWindows()) { log.println("WARNING Cannot reliably test connect/finishConnect" + " operations on this platform"); } else { // Only the following tests need refuser's connection backlog // to be saturated
< prev index next >