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

JCK1.3a: two compiler tests fail

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • tools
    • beta
    • x86, sparc
    • linux, solaris_2.6, solaris_7, windows_nt
    • Verified



      Name: kaR10181 Date: 03/09/2001



      ****************************************************************************
      Failing Test:
      =============
      lang/BINC/binc051/binc05101/binc05101.html
      lang/BINC/binc019/binc01902/binc01902.html

      JCK :
      =====
      JCK1.3a

      Test source location:
      ====================
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13a/tests/lang/BINC/binc051/binc05101/binc05101.html
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13a/tests/lang/BINC/binc019/binc01902/binc01902.html

      Platforms:
      =============
      Linux RedHat 6.2
      Windows NT 4.0

      JDK, switches Info:
      ===================

      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b54)
      Java HotSpot(TM) Client VM (build 1.4beta-B54, mixed mode)

      jtr file location:
      ==================
      /net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b54/jck13a/linux/redhat6.2_smp_kde_compiler_linux-5/workDir/lang/BINC/binc051/binc05101/binc05101.jtr
      /net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b54/jck13a/linux/redhat6.2_smp_kde_compiler_linux-5/workDir/lang/BINC/binc019/binc01902/binc01902.jtr

      How to reproduce (you may need to change JDK/JCK pathes):
      ====================

      #!/bin/sh
      SWITCH="$@"
      JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
      JCK=/net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13a

      CLASSPATH=$JCK/classes:$JCK/javatest.jar
      export CLASSPATH

      executeClass="javasoft.sqe.tests.lang.binc051.binc05101.binc05101"

      $JAVA_HOME/bin/java -version

      $JAVA_HOME/bin/javac -d . $JCK/tests/lang/BINC/binc051/binc05101/binc05101.java
      $JAVA_HOME/bin/javac -d . $JCK/tests/lang/BINC/binc051/binc05101/binc05101a.java

      $JAVA_HOME/bin/java -Xfuture ${executeClass}

      RESULT="$?"
      if [ $RESULT = 95 ]; then
       echo Test passed
      elif [ $RESULT = 97 ]; then
       echo Test failed
      else
       echo Result is $RESULT
      fi

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

      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b54)
      Java HotSpot(TM) Client VM (build 1.4beta-B54, mixed mode)
      java.lang.NoSuchFieldError: m
      failed
      Test failed

      Specific Machine Info:
      =====================
      Hostname: linux-15

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

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

            gafter Neal Gafter (Inactive)
            akmsunw Akm Akm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: