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

JCK13a api/javax_swing/JTree/index.html#misc jdk14-b55

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.4.0
    • client-libs
    • x86, sparc
    • generic, linux, windows_98, windows_2000

      Retuning an incorrect expected value.

      Failing Test:
      =============
      api/javax_swing/JTree/index.html#misc
      subtest
      JTree0009

      JCK :
      =====
      JCK13a

      Test source location:
      ====================

      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_swing/JTree/miscTests.java


      Platforms:
      =============
      Solaris Sparc/Intel
      Red Hat 6.2
      Win98,WinME,Win2000



      JDK, switches Info:
      ===================
      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b55)
      Java HotSpot(TM) Client VM (build 1.4beta-B55, mixed mode)


      jtr file location:
      ======
      file:/net/jtg-s116/export/home/jtg-test/JH_JRE14_b55_JCK13a_server/workDir/api/javax_swing/JTree/index_misc.jtr


      How to reproduce:
      ====================
      Run the attached script
         swing_JTree_miscTest.ksh
      ----script start----
      #!/bin/ksh
      SWITCH=${1+$@}
      JDK=/net/jdk/export/disk8/local.java/jdk1.4
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
      JCK=${TESTBASE}/JCK-runtime-13a
      executeClass=javasoft.sqe.tests.api.javax.swing.JTree.miscTests
      excludeCmd=
      executeClassArgs="-TestCaseID JTree0009"
      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.rmi.activation.port=${executeClass} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}


      ----script end-----

      Test output:
      =============
      JTree0009: Failed. Test Failed
      ====== JTree0009 ====== public void setVisibleRowCount(int rowCount)
      Expected value: 78
      Returned value: 63
      STATUS:Failed.tests: 1; failed: 1; first test case failure: JTree0009

      Specific Machine Info:
      =====================
      sparc
      -----
         Hostname: jtg-s116
      Hostid: 809d52dc
      Release: 5.6
      Kernel architecture: sun4u
      Application architecture: sparc
      Hardware provider: Sun_Microsystems
      Domain: javasoft.eng.sun.com
      Kernel version: SunOS 5.6 Generic 105181-23 July 2000
      ===========
      Status of processor 0 as of: 03/12/01 10:40:41
        Processor has been on-line since 02/28/01 07:49:22.
        The sparc processor operates at 296 MHz,
              and has a sparc floating point processor.
      Status of processor 1 as of: 03/12/01 10:40:41
        Processor has been on-line since 02/28/01 07:49:25.
        The sparc processor operates at 296 MHz,
              and has a sparc floating point processor.
      ===========
                        Solaris 2.6 5/98 s297s_hw3smccDesktop_09 SPARC
                 Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.
                                 Assembled on 24 April 1998

      intel
      -----
      Hostname: jtg-i106
      Hostid: 37b6d455
      Release: 5.7
      Kernel architecture: i86pc
      Application architecture: i386
      Hardware provider:
      Domain: javasoft.eng.sun.com
      Kernel version: SunOS 5.7 Generic 106542-12 May 2000
      ===========
      Status of processor 0 as of: 03/12/01 09:56:58
        Processor has been on-line since 02/28/01 09:31:52.
        The i386 processor operates at 335 MHz,
              and has an i387 compatible floating point processor.
      Status of processor 1 as of: 03/12/01 09:56:58
        Processor has been on-line since 02/28/01 09:31:52.
        The i386 processor operates at 335 MHz,
              and has an i387 compatible floating point processor.
      ===========
                                 Solaris 7 s998_21al2b INTEL
                 Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.
                                  Assembled 06 October 1998


      Additional JCK related info:
      ============================
      URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto


            svioletsunw Scott Violet (Inactive)
            tacheung Tak Wing Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: