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

REGRESSION: Regression-cte CTE_REGTEST/Generic/4092033/Test4092033.java fails

    XMLWordPrintable

Details

    • x86
    • linux

    Description



      Name: iaR10016 Date: 09/01/2003


      Filed By : J2SE-SQA [###@###.###
      JDK : JDK1.5.0-b17, JDK1.5.0-b16
                     (not reproducible with JDK1.4.2-b28)
      Testbase : Regression-cte
      Platform[s] : RedHat Advanced Server 2.1 (Gnome), Suse Linux 8.2 (Gnome2), Suse Linux 8.1 (Gnome2)
      switch/Mode : all
      Falling test: CTE_REGTEST/Generic/4092033/Test4092033.java

      Regression-cte CTE_REGTEST/Generic/4092033/Test4092033.java test stable fails using
      JDK1.5.0-b17 on Linux even if time factor is set to 5.

      I am not able to reproduce the failure on Solaris sparc, Solaris x86, Windows systems I
      have: the test works fine and passes with timeout factor=1.

      This bug is not reproducible in mantis.

      Test source location:
      =====================
      /net/jdk/export/jpse04/Regression/1.5.0/test/CTE_REGTEST/Generic/4092033/Test4092033.java

      jtr file location:
      ==================
      /net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b17/regtest/linux/redhat_advserver21_gnome_smp_linux-24/workDir/cte/CTE_REGTEST/Generic/4092033/Test4092033.jtr

      How to reproduce:
      =================
      Run the following script (you may need to change it's variables):
      --- script start ---
      #!/bin/sh
      RESULT_DIR=`pwd`
      WORK_DIR=$RESULT_DIR/workDir/test
      REPORT_DIR=$RESULT_DIR/reportDir
      JT_HOME="/net/jtgb4u4c/export/sail16/jct-tools/3.1.2"
      JAVA_HOME="/net/koori/onestop/jdk/1.5.0/promoted/all/b19/binaries/linux-i586"
      TEST_BASE_PATH="/net/jdk/export/jpse04/Regression/1.5.0/test"
      JEMMYJAR="/net/jtgb4u4c/export/sail16/Jemmy/jemmy.jar"
      TESTVMOPTS="-server"
      CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
      TEST="CTE_REGTEST/Generic/4092033/Test4092033.java"

      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 -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=:0,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=${JEMMYJAR},TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=:0 -DlocalHost="linux-24" -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/$TEST"
      --- script end ---

      Test output (jtr part):
      =======================
      ----------System.out:(16/822)----------
         created: META-INF/
        inflated: META-INF/MANIFEST.MF
         created: activationtest/
        inflated: activationtest/DummyOrderPanel.java
        inflated: activationtest/DummyOrderPanelGUI.java
         created: activationtest/forms/
        inflated: activationtest/forms/DummyOrderPanel.gml
         created: activationtest/images/
      Trace:
      Start to wait action "Wait Any javax.swing.JPopupMenu loaded"
      org.netbeans.jemmy.TimeoutExpiredException: Wait Any javax.swing.JPopupMenu loaded
           at org.netbeans.jemmy.Waiter.waitAction(Waiter.java:138)
           at org.netbeans.jemmy.operators.ComponentOperator.waitComponent(ComponentOperator.java:323)
           at org.netbeans.jemmy.operators.ComponentOperator.waitComponent(ComponentOperator.java:288)
           at org.netbeans.jemmy.operators.JPopupMenuOperator.<init>(JPopupMenuOperator.java:145)
           at Test4092033.main(Test4092033.java:40)
      ----------System.err:(27/1591)----------
      + BIT_FLAG=
      ++ uname -s
      + OS=Linux
      + NULL=/dev/null
      + PS=:
      + FS=/
      + FILE_LOCATION=/.regtest
      ++ uname -p
      + '[' -f /.regtest/JDK64BIT -a Linux = SunOS -a unknown=sparc ']'
      + CLASSPATH=.:/.automount/linux-15/root/export/home/results_full/tiger/b17/regtest/linux/redhat_advserver21_gnome_smp_linux-24/workDir/cte/classes/CTE_REGTEST/Generic/4092033
      + export CLASSPATH
      + JEMMYPATH=/net/linux-15/export/home/java/jemmy/jemmy.jar
      ++ pwd
      + THIS_DIR=/.automount/linux-15/root/export/home/results_full/tiger/b17/regtest/linux/redhat_advserver21_gnome_smp_linux-24/workDir/cte/scratch
      + /net/linux-15/export/home/java/jdk1.5.0/linux.b17/bin/jar -xvf /net/linux-15/export/home/java/regtest.tiger/cte/CTE_REGTEST/Generic/4092033/activationtest.jar
      + /net/linux-15/export/home/java/jdk1.5.0/linux.b17/bin/java -fullversion
      java full version "1.5.0-beta-b17"
      + cd activationtest
      + /net/linux-15/export/home/java/jdk1.5.0/linux.b17/bin/javac DummyOrderPanelGUI.java DummyOrderPanel.java
      Note: DummyOrderPanelGUI.java uses or overrides a deprecated API.
      Note: Recompile with -Xlint:deprecation for details.
      + cd ..
      + chmod -fR 777 activationtest META-INF
      + /net/linux-15/export/home/java/jdk1.5.0/linux.b17/bin/javac -d . -classpath .:/net/linux-15/export/home/java/jemmy/jemmy.jar
      /net/linux-15/export/home/java/regtest.tiger/cte/CTE_REGTEST/Generic/4092033/Test4092033.java
      + /net/linux-15/export/home/java/jdk1.5.0/linux.b17/bin/java -classpath .:/net/linux-15/export/home/java/jemmy/jemmy.jar Test4092033
      Error:
      "Wait Any javax.swing.JPopupMenu loaded" action has not been produced in 60014 milliseconds
      result: Failed. Execution failed: Program `sh' interrupted! (timed out?)

      Specific machine info:
      ======================
      Hostname: linux-24
      OS: RedHat Advanced Server 2.1 (Gnome)
      Hostname: linux-2
      OS: Suse Linux 8.2 (Gnome2)
      Hostname: linux-12
      OS: Suse Linux 8.1 (Gnome2)

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

      Attachments

        Issue Links

          Activity

            People

              ant Anton Tarasov (Inactive)
              irasunw Ira Ira (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: