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

SPaneTests_SPaneTests0001 fails on 2.7 (sparc/intel) for JDK1.3

XMLWordPrintable

    • x86, sparc
    • solaris_7

      SPaneTests_SPaneTests0001 (JCK_api_interactive) fails on 2.7 (sparc/intel)
      for JDK1.3 Fails with all the compilers. ( server, hotspot, exactvm, Xint )

      Description of failure: The scrollbars which are supposed to be displayed as needed, are never displayed.

      Java verion:
      ============
      jtg-s118% /usr/java1.3/bin/java -fullversion
      java full version "Solaris_JDK_1.3-b05"
      jtg-s118% /usr/java1.3/bin/java -server -version
      java version "1.3"
      Java(TM) 2 Runtime Environment, Standard Edition (build Solaris_JDK_1.3-b05)
      Java HotSpot(TM) Server VM (build 2.0, mixed mode)

      Machine info:
      ============
      jtg-s118% psrinfo -v
      Status of processor 0 as of: 03/14/00 11:36:00
        Processor has been on-line since 02/09/00 14:17:12.
        The sparcv9 processor operates at 296 MHz,
              and has a sparcv9 floating point processor.
      Status of processor 1 as of: 03/14/00 11:36:00
        Processor has been on-line since 02/09/00 14:17:15.
        The sparcv9 processor operates at 296 MHz,
              and has a sparcv9 floating point processor.

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

      Modify the display & run the script below:

      ----------
      #!/bin/ksh

      PATH=/usr/java1.3/bin:/bin
      DISPLAY=jtg-s118:0.0
      CLASSPATH=/export/home/jtg-test/tonga_1.3_b05_server/jtg-i106/JCK-runtime-13rc1.api.
      interactive/bkante.Solaris.x86/SPaneTests_SPaneTests:/net/ultraowl.eng/export/ultrao
      wl1/javatb/testbase/src/JCK-runtime-13rc1/classes:/net/ultraowl.eng/export/ultraowl1
      /javatb/testbase/src/JCK-runtime-13rc1/javatest.jar
      LD_LIBRARY_PATH=/net/ultraowl.eng/export/ultraowl1/javatb/testbase/src/JCK-runtime-1
      3rc1/lib/intel

      while [ $# -gt 0 ];
      do
        if [ $1 = "-jdk" ]; then
          shift 1
          PATH=${1}/bin:${PATH}
          shift 1
        else
          if [ $1 = "-d" ]; then
            shift 1
            if [ $# -gt 0 ]; then
              DISPLAY=$1
              shift 1
            else
              DISPLAY=:0.0
            fi
          fi
        fi
      done

      export PATH
      export DISPLAY
      export CLASSPATH
      export LD_LIBRARY_PATH
      /usr/java1.3/bin/java -server -Xss1m -verify
      -Djava.security.policy=/net/ultraowl.eng/export/ultraowl1/javatb/testbase/src/JCK-runtime-13rc1/lib/jck.policy javasoft.sqe.tests.api.java.awt.interactive.ScrollPane.SPaneTests -TestCaseID ALL
      ##Exit status of execution step=97
      -----------

            herrick Andy Herrick (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: