JDK-4914104 : REGRESSION: Regression test ComponentLeakTest.html fails on Tiger-b16
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2003
  • CPU: x86
  • Submitted: 2003-08-28
  • Updated: 2003-09-19
  • Resolved: 2003-09-10
Related Reports
Duplicate :  
Description

Name: vsR10238			Date: 08/28/2003


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.5.0-b16, b17
Testbase       : Regression-test
Platform[s]    : Windows 2003, Windows XP
switch/Mode    : -client, -server
Falling test[s]:
         java/awt/Component/ComponentLeakTest/ComponentLeakTest.html

Regression-test java/awt/Component/ComponentLeakTest/ComponentLeakTest.html test fails
with JDK1.5.0-b16,b17 on Windows (tested on 2003, XP).

The test passes on Windows (2003, XP) with JDK1.5.0-b15, JDK1.4.2-b28.

The test passes on  Unix/Linux platforms.

Test source location:
=====================
/java/re/jdk/1.5.0/promoted/latest/ws/j2se/test/java/awt/Component/ComponentLeakTest/ComponentLeakTest.html

jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b16/regtest/win32/win2003_linux-19/workDir/test/java/awt/Component/ComponentLeakTest/ComponentLeakTest.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.tiger/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-19" -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/java/awt/Component/ComponentLeakTest/ComponentLeakTest.html"

--- script end ---

Script output:
==============

Test output (jtr part):
=======================
Finalized class GridTestButton 9
Finalized class GridTestButton 10
----------System.err:(5/328)----------
java.lang.RuntimeException: Frame not finalized
	at ComponentLeakTest.start(ComponentLeakTest.java:128)
	at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:133)
	at java.lang.Thread.run(Thread.java:549)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Frame not finalized
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: Frame not finalized


test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: Frame not finalized


Specific machine info:
======================
Hostname: linux-19
OS: Windows 2003



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

Comments
EVALUATION Sounds like 4913044. ###@###.### 2003-08-28
28-08-2003