-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
5.0, 5.0u2
-
x86
-
linux, linux_suse_sles_8.2
Name: aaR10208 Date: 04/07/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b45 (passed with jdk1.4.2-fcs)
Testbase : Regression-cte
Platform[s] : SuSE SLES 8, QuickSilver, RH Linux 9.0 (Gnome)
switch/Mode : generic
Falling test[s]: CTE_REGTEST/Generic/4683300/Test4683300.java
The bug was originally filed as #4847161 and then closed as dupof#4912806. However, the bug#4912806 is
currently in the 'INTegrated in tiger-25,tiger-beta' state, and the regression test still fails.
According to the comments to #4912806 the regression test may require fix of AWT bug #4942457 which
is also integrated in b30.
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.5.0/test/CTE_REGTEST/Generic/4683300/Test4683300.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b45/regtest/linux/SuSE_SLES_8_linux-4/workDir/cte/CTE_REGTEST/Generic/4683300/Test4683300.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
#Paths in Java Software:
JT_HOME="/java/re/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="/java/re/jdk/1.5.0/promoted/all/b45/binaries/linux-i586"
TEST_BASE_PATH="/net/jdk/export/jpse04/Regression/1.5.0/test"
#Alternative paths outside Java Software
#JT_HOME="/net/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
#JAVA_HOME="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b45/binaries/linux-i586"
#TEST_BASE_PATH="/net/jdk/export/jpse04/Regression/1.5.0/test"
#Alternative paths for the NSK site:
#JT_HOME="/net/linux-15/export/home/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TEST_BASE_PATH="/net/linux-15/export/home/java/regtest.tiger/cte"
TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
TEST="CTE_REGTEST/Generic/4683300/Test4683300.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 -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=$DISPLAY,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=$DISPLAY -DlocalHost=`uname -n` -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 ---
Script output:
==============
Test output (jtr part):
=======================
[...]
javax.swing.JPopupMenu[,0,0,153x81,layout=javax.swing.plaf.basic.DefaultMenuLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.metal.MetalBorders$PopupMenuBorder@864e43,flags=264,maximumSize=,minimumSize=,preferredSize=,desiredLocationX=600,desiredLocationY=224,label=,lightWeightPopupEnabled=true,margin=,paintBorder=true]
Test Failed
----------System.err:(15/786)----------
Error:
"Wait Any javax.swing.JPopupMenu loaded" action has not been produced in 60019 milliseconds
java.lang.RuntimeException: Test Failed
at Test4683300.main(Test4683300.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:495)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:570)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test Failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test Failed
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test Failed
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test Failed
Specific machine info:
======================
Hostname: linux-4
OS: SuSE SLES 8
Hostname: sqe12
OS: SuSE SLES 8 (AMD64)
======================================================================
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b45 (passed with jdk1.4.2-fcs)
Testbase : Regression-cte
Platform[s] : SuSE SLES 8, QuickSilver, RH Linux 9.0 (Gnome)
switch/Mode : generic
Falling test[s]: CTE_REGTEST/Generic/4683300/Test4683300.java
The bug was originally filed as #4847161 and then closed as dupof#4912806. However, the bug#4912806 is
currently in the 'INTegrated in tiger-25,tiger-beta' state, and the regression test still fails.
According to the comments to #4912806 the regression test may require fix of AWT bug #4942457 which
is also integrated in b30.
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.5.0/test/CTE_REGTEST/Generic/4683300/Test4683300.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b45/regtest/linux/SuSE_SLES_8_linux-4/workDir/cte/CTE_REGTEST/Generic/4683300/Test4683300.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
#Paths in Java Software:
JT_HOME="/java/re/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="/java/re/jdk/1.5.0/promoted/all/b45/binaries/linux-i586"
TEST_BASE_PATH="/net/jdk/export/jpse04/Regression/1.5.0/test"
#Alternative paths outside Java Software
#JT_HOME="/net/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
#JAVA_HOME="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b45/binaries/linux-i586"
#TEST_BASE_PATH="/net/jdk/export/jpse04/Regression/1.5.0/test"
#Alternative paths for the NSK site:
#JT_HOME="/net/linux-15/export/home/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TEST_BASE_PATH="/net/linux-15/export/home/java/regtest.tiger/cte"
TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
TEST="CTE_REGTEST/Generic/4683300/Test4683300.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 -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=$DISPLAY,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=$DISPLAY -DlocalHost=`uname -n` -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 ---
Script output:
==============
Test output (jtr part):
=======================
[...]
javax.swing.JPopupMenu[,0,0,153x81,layout=javax.swing.plaf.basic.DefaultMenuLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.metal.MetalBorders$PopupMenuBorder@864e43,flags=264,maximumSize=,minimumSize=,preferredSize=,desiredLocationX=600,desiredLocationY=224,label=,lightWeightPopupEnabled=true,margin=,paintBorder=true]
Test Failed
----------System.err:(15/786)----------
Error:
"Wait Any javax.swing.JPopupMenu loaded" action has not been produced in 60019 milliseconds
java.lang.RuntimeException: Test Failed
at Test4683300.main(Test4683300.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:495)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:570)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test Failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test Failed
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test Failed
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test Failed
Specific machine info:
======================
Hostname: linux-4
OS: SuSE SLES 8
Hostname: sqe12
OS: SuSE SLES 8 (AMD64)
======================================================================
- relates to
-
JDK-6346690 Mnemonics don't consume proper events
- Resolved
-
JDK-4912806 1.5.0 Regression: Showing JPopupMenu prevents double clicking on JButton
- Resolved
-
JDK-5053242 In "Reinstall Removed JNLP Application" the default focus is not in table.
- Closed
-
JDK-4942457 XToolkit: calling toFront() on Frame generates unexpected COMPONENT_RESIZED even
- Resolved
-
JDK-6396785 REGRESSION: A component can get unexpected keyTyped event.
- Closed
-
JDK-4847161 REGRESSION: RegTest-cte CTE_REGTEST/Generic/4683300/Test4683300.java failed
- Closed
(1 relates to)