-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b36
-
x86
-
windows_2003
-
Verified
Name: icR10030 Date: 10/29/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b25
Testbase : Regression-test
Platform[s] : Windows 2003
switch/Mode : -server
Falling test[s]:
java/awt/FullScreen/DisplayMode/CycleDMImage.java
2 Regression-test JDK1.5.0-b25 fail in Windows 2003
The tests fail on such platforms.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b25/ws/j2se/test/java/awt/FullScreen/DisplayMode/CycleDMImage.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b25/regtest/win32/win2003_linux-19/workDir/test/java/awt/FullScreen/DisplayMode/CycleDMImage.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="z:/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="x:/Jemmy/jemmy.jar"
JAVA_HOME="y:/j2sdk1.5.0"
TEST_BASE_PATH="z:/jdk/1.5.0/promoted/all/b25/ws/j2se/test"
#Alternative paths outside Java Software:
#JT_HOME="z:/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="x:/Jemmy/jemmy.jar"
#JAVA_HOME="z:/jdk/1.5.0/promoted/all/b25/binaries/windows-i586"
#TEST_BASE_PATH="z:/jdk/1.5.0/promoted/all/b25/ws/j2se/test"
#Alternative paths for the NSK site:
#JT_HOME="h:/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="c:/j2sdk1.5.0"
#TEST_BASE_PATH="h:/java/regtest.tiger/test"
TESTVMOPTS="-server"
CLASSPATH="$JT_HOME/classes;$JT_HOME/lib/javatest.jar;$JT_HOME/lib/jtreg.jar"
TEST="sun/java2d/DirectX/D3dTranslucencyRestoration.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,windir=$windir,SystemRoot=$SystemRoot,PATH=${SHELL%/*},CPAPPEND=$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/$TEST"
--- script end ---
Script output:
==============
Test output (jtr part):
=======================
Specific machine info:
======================
Hostname: linux-19
OS: Windows 2003
======================================================================
I've modified the data above because this bug was incorrectly filed against 2 different regression tests which were failing due to 2 separate bugs. I have filed a new bug for the failure of D3dTranslucencyRestoration (4963872); that test was failing due to the IllegalArgumentException and problems with 32 bpp display modes that this bug report used to describe.
This bug is now dedicated to the problems experienced by CycleDMImage, which are caused due to a crash that you can see in the jtr file mentioned above.
- relates to
-
JDK-5034393 Regression-test java/awt/FullScreen/DisplayMode/CycleDMImage.java fails
- Closed