Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6845187

Two FCtransferTo test cases failed on Sol10 x86 (1.4.2)

XMLWordPrintable

    • 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

            Unassigned Unassigned
            afomin Alexander Fomin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: