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

JCK: api/javax_swing/plaf/basic/BasicComboBoxUI/PropertyChangeHandler/index.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.4.0
    • client-libs
    • x86
    • linux, solaris_2.6, windows_nt



      Name: skR10017 Date: 01/31/2001




      ****************************************************************************
      Failing Test:
      =============
      api/javax_swing/plaf/basic/BasicComboBoxUI/PropertyChangeHandler/index.html#public

      JCK :
      =====
      JCK1.3a

      Test source location:
      ====================
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_swing/plaf/basic/BasicComboBoxUI/PropertyChangeHandler/publicTests.java

      Platforms:
      =============
      Redhat 6.2 Linux
      Windows NT 4.0
      Solaris 5.6 x86

      JDK, switches Info:
      ===================
      -client

      jtr file location:
      ==================
      /net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b49/jck13a/linux/redhat6.2_single_kde_client_linux-13/workDir/api/javax_swing/plaf/basic/BasicComboBoxUI/PropertyChangeHandler/index_public.jtr

      How to reproduce:
      ====================
      To reproduce the bug, run script below
      You may need to set JCK and JAVA_HOME.
      -------------------------------------------------------------------------------------
      #!/bin/sh
      SWITCH="$@"
      JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
      JCK=/net/orthello/home2/JCK-13
      CLASSPATH=$JCK/classes:$JCK/javatest.jar
      export CLASSPATH
      executeClass="javasoft.sqe.tests.api.javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler.publicTests"
      options=""

      $JAVA_HOME/bin/java ${SWITCH} -version
      $JAVA_HOME/bin/java ${SWITCH} -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass} ${options}
      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-b49)
      Java HotSpot(TM) Client VM (build 1.4beta-B49, mixed mode)

      PropertyChangeHandler0001: Passed. OKAY
      PropertyChangeHandler0002: Passed. OKAY
      PropertyChangeHandler0003: Passed. OKAY
      PropertyChangeHandler0004: Passed. OKAY
      PropertyChangeHandler0005: Passed. OKAY
      PropertyChangeHandler0006: Failed. Method propertyChange does not set new background to list box and arrow button
      PropertyChangeHandler0007: Failed. Method propertyChange does not set new foreground to list box and arrow button
      ====== PropertyChangeHandler0001 ====== public void propertyChange(PropertyChangeEvent e)
      ====== PropertyChangeHandler0002 ====== public void propertyChange(PropertyChangeEvent e)
      ====== PropertyChangeHandler0003 ====== public void propertyChange(PropertyChangeEvent e)
      ====== PropertyChangeHandler0004 ====== public void propertyChange(PropertyChangeEvent e)
      ====== PropertyChangeHandler0005 ====== public void propertyChange(PropertyChangeEvent e)
      ====== PropertyChangeHandler0006 ====== public void propertyChange(PropertyChangeEvent e)
      ====== PropertyChangeHandler0007 ====== public void propertyChange(PropertyChangeEvent e)
      STATUS:Failed.tests: 7; passed: 5; failed: 2; first test case failure: PropertyChangeHandler0006
         
         
       Specific Machine Info:
       =====================
       Hostname: linux-13
         
       Additional JCK related info:
       ============================
       URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto
         
      ======================================================================

            mdavidsosunw Mark Davidson (Inactive)
            kotlsunw Kotl Kotl (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: