-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
tiger
-
sparc
-
solaris_9
-
Verified
Name: iaR10016 Date: 08/28/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b16
Testbase : Regression-test
Platform[s] : Solaris 9 (sparc) (GNOME2)
switch/Mode : "-d64"
(passes with "-client" and "-server" switches)
Falling test: java/awt/event/HierarchyEvent/SpecTest/SpecTest.html
Regression-test java/awt/event/HierarchyEvent/SpecTest/SpecTest.html test fails
with timeout with JDK1.5.0-b16 and "-d64" switch on Solaris sparc even if timeout
factor is set to 5.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/latest/ws/j2se/test/java/awt/event/HierarchyEvent/SpecTest/*
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b16/regtest/sparc/sol9_sparc_gnome_novo48/workDir/test/java/awt/event/HierarchyEvent/SpecTest/SpecTest.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/sparc"
TEST_BASE_PATH="/net/linux-15/export/home/java/regtest.tiger/test"
TESTWITH=$JAVA_HOME
TESTJAVA=$JAVA_HOME
JTOPTS="-d64"
TESTVMOPTS="-d64"
export CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar:$JT_HOME/jemmy/jemmy.jar"
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 $JTOPTS -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=:0,CPAPPEND=$JT_HOME/jemmy/jemmy.jar,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=:0 -DlocalHost="novo48" -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/event/HierarchyEvent/SpecTest/SpecTest.html"
--- script end ---
Test output (jtr part):
=======================
#section:script_messages
----------messages:(5/269)----------
JDK under test: (/net/linux-15/export/home/java/jdk1.5.0/sparc)
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b16)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-beta-b16, mixed mode)
Timeout signalled after 120.0 seconds
#section:build
----------messages:(3/95)----------
command: build SpecTest
reason: Named class compiled on demand
elapsed time (seconds): 0.0030
result: Passed. No need to compile: SpecTest.java
#section:applet
----------messages:(3/119)----------
command: applet SpecTest.html
reason: User specified action: run applet SpecTest.html
elapsed time (seconds): 120.265
----------System.out:(0/0)----------
----------System.err:(938/69726)----------
warning (known bug): changed for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changedParent for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changed for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changedParent for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changed for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changedParent for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changed for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changedParent for DISPLAYABILITY_CHANGED event incorrect
...
Output overflow:
JavaTest has limited the test output to the text to that
at the beginning and the end, so that you can see how the
test began, and how it completed.
If you need to see more of the output from the test,
set the system property javatest.maxOutputSize to a higher
value. The current value is 100000
...
warning (known bug): changedParent for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changed for DISPLAYABILITY_CHANGED event incorrect
warning (known bug): changedParent for DISPLAYABILITY_CHANGED event incorrect
result: Failed. Execution failed: Program `/net/linux-15/export/home/java/jdk1.5.0/sparc/bin/java' interrupted! (timed out?)
test result: Error. test was interrupted! (timeout?)
Specific machine info:
======================
Hostname: novo48
OS: Solaris 9 (sparc) (GNOME)
======================================================================
- relates to
-
JDK-5019302 REGRESSION: Regression-test java/awt/event/HierarchyEvent/SpecTest/SpecTest.html
- Closed