-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
beta
-
x86
-
linux
-
Verified
Name: iaR10016 Date: 09/01/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b17, JDK1.5.0-b16, JDK1.5.0-b15, JDK1.5.0-b14
(passes with JDK1.4.2-b28)
Testbase : Regression-cte, Regression-test
Platform[s] : RedHat Advanced Server 2.1 (Gnome)
switch/Mode : -server
Falling test: CTE_REGTEST/Generic/4665214/IconifyTest.java
javax/swing/RepaintManager/IconifyTest/IconifyTest.java
Regression-cte CTE_REGTEST/Generic/4665214/IconifyTest.java test and
Regression-test javax/swing/RepaintManager/IconifyTest/IconifyTest.java tests fail using
JDK1.5.0-b17 on RedHat Advanced Server 2.1 (Gnome) with timeout even if time factor
is set to 5.
I am not able to reproduce the failure on any other systems I have including Suse
Linux 8.2 (Gnome2) and Suse Linux 8.1 (Gnome2): the test stable passes with time factor
set to 1.
This failure is not reproducible in mantis.
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.5.0/test/CTE_REGTEST/Generic/4665214/IconifyTest.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/4665214/IconifyTest.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/linux-15/export/home/java/jct"
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="-server"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
TEST="CTE_REGTEST/Generic/4665214/IconifyTest.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=$JT_HOME/jemmy/jemmy.jar,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:(0/0)----------
----------System.err:(0/0)----------
result: Failed. Execution failed: Program `/net/linux-15/export/home/java/jdk1.5.0/linux.b17/bin/java' interrupted! (timed out?)
Specific machine info:
======================
Hostname: linux-24
OS: RedHat Advanced Server 2.1 (Gnome)
======================================================================
- relates to
-
JDK-4925750 PIT:WindowStateListener not working for XAWT Switch
- Resolved
-
JDK-4925748 PIT:Iconify Test Fails with XAWT Switch
- Closed