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

REGRESSION: Regression-test .../JInternalFrame/4732229/bug4732229.java fails

    • x86, itanium
    • linux, solaris_9, windows_xp



      Name: vsR10238 Date: 08/05/2003


      Filed By : J2SE-SQA [###@###.###
      JDK : JDK1.5.0-b13
      Testbase : Regression-test
      Platform[s] : RedHat Linux 2.1 Adv. Server, Windows XP Home, Solaris 9 (x86) (CDE)
      switch/Mode : -client, -server
      Falling test[s]:
                javax/swing/JInternalFrame/4732229/bug4732229.java

      Regression-test javax/swing/JInternalFrame/4732229/bug4732229.java test fails on JDK1.5.0-b13 due to timeout.
      The test passes with JDK1.4.2 (tested with b28), JDK1.4.2_01 (tested with b02), JDK1.5.0-b12.

      The test fails because the JInternalFrame does not receive focus. When I click on the JInternalFrame,
      manually causing it to receive focus, the test passes.

      I tried to trace the test adding some out.println() to the code:

            public void init() {
      ...
                ta.addFocusListener(new FocusAdapter() {
                        public void focusGained(FocusEvent e) {
                            System.out.println("focusGained("+e+")");
                            synchronized (bug4732229.this) {

      ...
            public void start() {
                try {
      ...
                    Util.blockTillDisplayed(jif);
                    System.out.println("blockTillDisplayed passed");
                    jif.setSelected(true);
                    System.out.println("setSelected passed");
      ...


      Below is the output for 1.5.0-b12:
      ----------System.out:(4/1779)----------
      blockTillDisplayed passed
      focusGained(java.awt.event.FocusEvent[FOCUS_GAINED,permanent,opposite=com.sun.javatest.regtest.AppletWrapper$AppletRunner[frame0,465,299,220x
      setSelected passed
      focusGained(java.awt.event.FocusEvent[FOCUS_GAINED,permanent,opposite=com.sun.javatest.regtest.AppletWrapper$AppletRunner[frame0,465,299,220x

      Below is the output for 1.5.0-b13
      ----------System.out:(2/45)----------
      blockTillDisplayed passed
      setSelected passed



      Test source location:
      =====================
      /java/re/jdk/1.5.0/promoted/latest/ws/j2se/test/javax/swing/JInternalFrame/4732229/bug4732229.java

      jtr file location:
      ==================
      /net/jtgb4u4c.sfbay/export/sail15/results/tiger/b13/regtest/x86/sol9_x86_cde_smp_linux-6/workDir/test/javax/swing/JInternalFrame/4732229/bug4732229.jtr

      How to reproduce:
      =================
      Run the following script (you may need to change its variables)

      --- script start ---
      #!/bin/sh

      RESULT_DIR=`pwd`
      WORK_DIR=$RESULT_DIR/workDir/test
      REPORT_DIR=$RESULT_DIR/reportDir
      JT_HOME="/net/linux-15/export/home/java/jct"
      JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/x86"
      TEST_BASE_PATH="/net/linux-15/export/home/java/regtest/test"

      TESTWITH=$JAVA_HOME
      TESTJAVA=$JAVA_HOME

      JTOPTS="-server"
      TESTVMOPTS="-server"

      CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar:$JT_HOME/jemmy/jemmy.jar"

      export JAVA_HOME
      export JT_HOME
      export TESTWITH
      export CLASSPATH

      mkdir -p $WORK_DIR/scratch 2>&1
      mkdir -p $WORK_DIR/jtData 2>&1
      mkdir -p $REPORT_DIR 2>&1

      #rm $WORK_DIR/jtData/ResultCache.jtw 2>&1

      cd $WORK_DIR/scratch

      $JAVA_HOME/bin/java -cp $CLASSPATH $JTOPTS -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=:0,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JT_HOME/jemmy/jemmy.jar,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=:0 -DlocalHost="linux-6" -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/javax/swing/JInternalFrame/4732229/bug4732229.java"

      --- script end ---

      Test output (jtr part):
      =======================
      ----------System.out:(0/0)----------
      ----------System.err:(0/0)----------
      result: Passed. Compilation successful

      #section:build
      ----------messages:(3/94)----------
      command: build bug4732229
      reason: Named class compiled on demand
      elapsed time (seconds): 0.0
      result: Passed. No need to compile: bug4732229.java

      #section:applet
      ----------messages:(3/123)----------
      command: applet bug4732229.html
      reason: User specified action: run applet bug4732229.html
      elapsed time (seconds): 120.027
      ----------System.out:(0/0)----------
      ----------System.err:(0/0)----------
      result: Failed. Execution failed: Program `/net/linux-15/export/home/java/jdk1.5.0/x86/bin/java' interrupted! (timed out?)


      test result: Failed. Execution failed: Program `/net/linux-15/export/home/java/jdk1.5.0/x86/bin/java' interrupted! (timed out?)


      Specific machine info:
      ======================
      Hostname: JCC-ITANIUM-01
      OS: RedHat Linux 2.1 Adv. Server
      Hostname: linux-21
      OS: Windows XP Home
      Hostname: linux-6
      OS: Solaris 9 (x86) (CDE)



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

            svioletsunw Scott Violet (Inactive)
            vshsunw Vsh Vsh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: