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

JCK14, api/javax_swing/TransferHandler/index.html#Methods, b71, sparc, x86

    XMLWordPrintable

Details

    • beta2
    • x86, sparc
    • generic, linux, windows_2000
    • Verified

    Description

      JDK : 1.4.0-beta-b71
      JCK : jck1.4
      Platform[s] : Solaris Sparc & Intel (5.6,7,8,9)
      switch/Mode : -Client (-Xint, -Xcomp), -Server (-Xint, -Xcomp) all switches
      JCK test owner : http://javaweb.eng/jck/usr/owners.jto
      Failing Test : api/javax_swing/TransferHandler/index.html#Methods

      Test source location:
      =====================
      /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/javax_swing/TransferHandler/MethodsTests.java

      jtr file location:
      ==================
      file:///net/jtgb4u4c/export/sail16/results/merlin/b71/jck14/sparc/s8_client_d64_int_jtg-s120/workDir/api/javax_swing/TransferHandler/index_Methods.jtr

      How to reproduce:
      ====================
      Run the attached script

      1)swing_TransferHandler_Methods.ksh -client

      --------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.javax.swing.TransferHandler.MethodsTests"
      excludeCmd=
      executeClassArgs="-TestCaseID TransferHandler2003"
      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:
      =============
      TransferHandler2003: Failed. Method exportDone(JComponent,Transferable,int) was not called
      STATUS:Failed.tests: 1; failed: 1; first test case failure: TransferHandler2003

      Specific Machine Info:
      ======================

      SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
      SunOS jtg-i116 5.8 Generic i86pc i386 i86pc

      srilakshmi.chappidi@Eng 2001-07-17

      Attachments

        Activity

          People

            shickeysunw Shannon Hickey (Inactive)
            schappidsunw Srilakshmi Chappidi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: