-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.2_22
-
x86
-
solaris_10
The following test cases from 1.4.2_libs testsuite failed with jdk1.4.2 on Solaris 10 x86
java_nio/Channel/FileChannel/FCtransferTo
java_nio/Channel/FileChannel/FCtransferTosize
The message is (for example for FCtransferTo) the following:
xferTest01 FAIL: Unexpected Exception
java.io.IOException: Not enough space
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
at FCtransferTo.xferTest01(FCtransferTo.java:160)
at FCtransferTo.go(FCtransferTo.java:85)
at FCtransferTo.main(FCtransferTo.java:62)
xferTest02 FAIL: Unexpected Exception
java.io.IOException: Not enough space
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
at FCtransferTo.xferTest02(FCtransferTo.java:222)
at FCtransferTo.go(FCtransferTo.java:90)
at FCtransferTo.main(FCtransferTo.java:62)
Test Case xferTest01 failed!
Test Case xferTest02 failed!
Pass count: 0
Fail count: 2
java.nio.channels.FileChannel.transferTo() Failed
It doesn't looks like setup issue or testsuite issue because of the test passed with jdk5.0
It is not a regression.
Steps for reproduce see in comments
java_nio/Channel/FileChannel/FCtransferTo
java_nio/Channel/FileChannel/FCtransferTosize
The message is (for example for FCtransferTo) the following:
xferTest01 FAIL: Unexpected Exception
java.io.IOException: Not enough space
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
at FCtransferTo.xferTest01(FCtransferTo.java:160)
at FCtransferTo.go(FCtransferTo.java:85)
at FCtransferTo.main(FCtransferTo.java:62)
xferTest02 FAIL: Unexpected Exception
java.io.IOException: Not enough space
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
at FCtransferTo.xferTest02(FCtransferTo.java:222)
at FCtransferTo.go(FCtransferTo.java:90)
at FCtransferTo.main(FCtransferTo.java:62)
Test Case xferTest01 failed!
Test Case xferTest02 failed!
Pass count: 0
Fail count: 2
java.nio.channels.FileChannel.transferTo() Failed
It doesn't looks like setup issue or testsuite issue because of the test passed with jdk5.0
It is not a regression.
Steps for reproduce see in comments