-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
x86, itanium
-
linux, solaris_9, windows_xp
Name: icR10030 Date: 08/07/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b13
Testbase : RegTest-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/JPopupMenu/PopupTest/PopupTester.java
RegTest-test javax/swing/JPopupMenu/PopupTest/PopupTester.java test fails on JDK1.5.0-b13
Test source location:
=====================
/java/re/jdk/1.4.2/promoted/latest/ws/j2se/test/javax/swing/JPopupMenu/PopupTest/PopupTester.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b13/regtest/win32/winXP_smp_linux-21/workDir/test/javax/swing/JPopupMenu/PopupTest/PopupTester.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="h:/java/jct"
JAVA_HOME="h:/java/jdk1.5.0/win32"
TEST_BASE_PATH="h:/java/regtest/test"
TESTWITH=$JAVA_HOME
TESTJAVA=$JAVA_HOME
JTOPTS="-client"
TESTVMOPTS="-client"
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,windir=$windir,PATH=${SHELL%/*},CPAPPEND=$JT_HOME/jemmy/jemmy.jar,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST=
-DDISPLAY=:0 -DlocalHost="linux-21" -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/JPopupMenu/PopupTest/PopupTester.java"
--- script end ---
Script output:
==============
Test output (jtr part):
=======================
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:build
----------messages:(3/98)----------
command: build PopupTester
reason: Named class compiled on demand
elapsed time (seconds): 0.0
result: Passed. No need to compile: PopupTester.java
#section:main
----------messages:(3/127)----------
command: main PopupTester
reason: User specified action: run main/timeout=1200 PopupTester
elapsed time (seconds): 785.141
----------System.out:(0/0)----------
----------System.err:(1541/43085)----------
Testing started
*** Setting environment: Heavyweight popups inside JFrame
$$ focus changed from: NULL
$$ focus changed to: javax.swing.JFrame
$$ focus changed from: javax.swing.JFrame
$$ focus changed to: NULL
--- Running tcArrowsInMenu
$$ focus changed from: NULL
$$ focus changed to: javax.swing.JTextArea
..
..
..
$$ focus changed from: NULL
$$ focus changed to: javax.swing.plaf.metal.MetalComboBoxEditor$1
> hit key Tab
> hit key Down
ERROR: Test failed with TestFailedException: Combo popup is not shown at
Testing finished
The following testcases failed:
In environment: Heavyweight popups inside JInternalFrame
tcNonEditableCombo
In environment: Lightweight popups inside JInternalFrame
tcNonEditableCombo
To rerun failed testcases, run:
java PopupTester -ihw tcNonEditableCombo -ilw tcNonEditableCombo
To rerun failed testcases, run:
java PopupTester -ihw tcNonEditableCombo -ilw tcNonEditableCombo
java.lang.RuntimeException: Some test cases failed
at PopupTester.report(PopupTester.java:964)
at PopupTester.test(PopupTester.java:832)
at PopupTester.main(PopupTester.java:970)
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:324)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:549)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Some test cases failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Some test cases failed
$$ focus changed from: javax.swing.plaf.metal.MetalComboBoxEditor$1
result: Failed. Execution failed: Execution failed
test result: Failed. Execution failed: Execution failed
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)
======================================================================