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

JCK: api/java_awt/java2d/image/ComponentColorModel/index.html#GetDataElementsTes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.2.2, 1.4.0
    • client-libs
    • 2d
    • beta
    • generic, x86
    • generic, linux, windows_98
    • Verified



      Name: asR10013 Date: 02/07/2001



      Bug description --->
      ****************************************************************************
      Failing Test:
      =============
      api/java_awt/java2d/image/ComponentColorModel/index.html#GetDataElementsTesttestCase1

      JCK :
      =====
      JCK1.3a

      Test source location:
      ====================
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_awt/java2d/image/ComponentColorModel/GetDataElementsTest.java

      Platforms:
      =============
      RedHat Linux 6.2
      Windows 98

      JDK, switches Info:
      ===================
      jdk1.4.0-b50 -client -Xfuture
      jre1.4.0-b50 plugin for Netscape 4.7

      jtr file location:
      ==================
      /net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b50/jck13a/linux/redhat6.2_single_kde_plugin_ns4.7_linux-13/workDir/api/java_awt/java2d/image/ComponentColorModel/index_GetDataElementsTesttestCase1.jtr

      How to reproduce:
      ====================
      #!/bin/ksh

      SWITCH=$@

      JDK=/net/jdk/export/disk8/local.java/jdk1.4.0

      #This is where you want the JCK to be use.
      #Example: TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
      JCK=${TESTBASE}/JCK-runtime-13a

      executeClass=javasoft.sqe.tests.api.java.awt.java2d.image.ComponentColorModel.GetDataElementsTest
      excludeCmd=""
      executeClassArgs="-TestCaseID testCase1"
      executeTestURL=""

      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}
      LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
      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 ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}

      Test output:
      =============
      testCase1: Failed.
      result: Failed. tests: 1; failed: 1; first test case failure: testCase1

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

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


      ======================================================================

            jrevans Jerald Evans (Inactive)
            alssunw Als Als (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: