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

JCK14,api/java_awt/java2d/geom/QuadCurve2DFloat/, sparc, b71, -d64Xcomp, c2Xcomp

    XMLWordPrintable

Details

    • sparc
    • generic

    Description

      JDK : 1.4.0-beta-b71
      JCK : jck1.4
      Platform[s] : Failed only on Solaris Sparc (5.6,7,8,9), Passed on Intel
      switch/Mode : -Server -Xcomp, -d64 -Xcomp -> Failed,
                       -Server (-Xint) -> Passed
                       -Client (-Xint, -Xcomp) -> Passed
                       -d64 (-Xint) -> Passed
      JCK test owner : http://javaweb.eng/jck/usr/owners.jto
      Failing Test :
       api/java_awt/java2d/geom/QuadCurve2DFloat/index.html#GetBoundsTesttestCase1

      Test source location:
      =====================
      /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_awt/java2d/geom/QuadCurve2DFloat/GetBoundsTest.java

      jtr file location:
      ==================

      file:///net/jtgb4u4c/export/sail16/results/merlin/b71/jck14/sparc/s8_server_comp_jtg-s115/workDir/api/java_awt/java2d/geom/QuadCurve2DFloat/index_GetBoundsTesttestCase1.jtr

      How to reproduce:
      ====================
      Run the attached script
        AWTError.ksh -Xcomp
      --------Script START---------------------
      #!/bin/ksh
      SWITCH=${1+$@}
      JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.4
      TESTBASE=/net/jtgb4u4c.eng/export/sail16/JCK/jck14

      JCK=${TESTBASE}/JCK-runtime-14

      executeClass="javasoft.sqe.tests.api.java.awt.java2d.geom.QuadCurve2DFloat.GetBoundsTest"
      excludeCmd=
      executeClassArgs="-TestCaseID testcase1"
      executeTestURL=
      headless=
      executeContextArgs=
      case `uname -s` in
        SunOS)
         ARCH=`uname -p`
         case $ARCH in
          sparc)
            sharedJDK=$JDK/solsparc
            ;;
          i386)
            sharedJDK=$JDK/solx86
            ;;
         esac
         ;;
        Linux)
         sharedJDK=$JDK/linux-i386
         ARCH=linux
         ;;
      esac

      CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
      DISPLAY=${DISPLAY-$HOST:0.0}

      if `echo $SWITCH|grep "\-d64" >/dev/null`; then
        LD_LIBRARY_PATH=${JCK}/lib/sparcv9
      else
        LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
      fi


      PATH=$JDK/bin:$sharedJDK/bin:$PATH

      export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH


      echo
      java ${SWITCH} -version
      echo
      java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.security.auth.policy=${JCK}/lib/jck.auth.policy -Djava.security.auth.login.config=${JCK}/lib/jck.auth.login.config -Djava.rmi.activation.port=${executeClass} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}

      --------Script END----------------------

      Test output:
      =============
      java.lang.StackOverflowError
      testCase1: Failed. Test case throws exception: java.lang.StackOverflowError
      STATUS:Failed.tests: 1; failed: 1; first test case failure: testCase1

      Specific Machine Info:
      =====================
      SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
      SunOS jtg-s121 5.9 s81_40 sun4u sparc SUNW,Ultra-2



      srilakshmi.chappidi@Eng 2001-07-17

      Attachments

        Issue Links

          Activity

            People

              cclicksunw Clifford Click (Inactive)
              schappidsunw Srilakshmi Chappidi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: