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

JCK14, interactive:api/java_awt/interactive/RobotTests.html#RobotTests, b76,-d64

XMLWordPrintable

    • rc1
    • sparc
    • generic
    • Verified

      Bug Description:
      ================
      The Robot subtests 1 & 2 hangs when start button is pressed, The time count downs to 1 sec, but the window does not close off itself. It just hangs there.

      JDK : 1.4.0-beta2-b76
      JCK : JCK1.4
      Platform[s] : Solaris (Sparc) only
      switch/Mode : -d64 & -d64 -Xcomp (Passed for all other switches)
      JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
      Failing Test [s] : api/java_awt/interactive/RobotTests.html#RobotTests
                                     [RobotTest0001, RobotTest0002]


      Test source location:
      =====================
               1)file:/net/jtgb4u4c/export/sail16/JCK/jck14/JCK-runtime-14/tests/api/java_awt/interactive/RobotTests.java
            

      jtr file location:
      ==================
                  
      1)/net/jtgb4u4c/export/sail15/results/merlin/b76/jck14/sparc/s8_client_d64_jtg-s111/workDir/api-interactive/java_awt/interactive/RobotTests_RobotTests.jtr


      How to reproduce:
      ===================

      1) RobotTests1.ksh -d64

      2) RobotTests2.ksh -d64

      ----------------Script Start-------------------------------
      #!/bin/ksh
      SWITCH=${1+$@}

      JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
      TESTBASE=/net/jtgb4u4c.eng/export/sail16/JCK/jck14
      JCK=${TESTBASE}/JCK-runtime-14

      executeClass="javasoft.sqe.tests.api.java.awt.interactive.RobotTests"
      excludeCmd=
      executeClassArgs="platform.robotAvailable true -TestCaseID ALL"
      executeTestURL=
      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.policy=${JCK}/lib/jck.auth.login.config ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}
      ---------------Script End---------------------------------



      Test output:
      =============

      result: Failed. Program `/export/home/jtg-test/jdk1.4/b76/j2sdk1.4.0/bin/java' interrupted! (timed out?)

      The test just hangs.

      Specific Machine Info:
      ======================
      Sparc:
      ------
      SunOS jtg-s111 5.8 Generic sun4u sparc SUNW,Ultra-2



      ###@###.### 2001-08-21

            bchristi Brent Christian
            schappidsunw Srilakshmi Chappidi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: