-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b38
-
x86
-
solaris_9
-
Verified
Name: vsR10238 Date: 12/19/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0 (tested with b31, b29)
Testbase : Regression-test (for JDK1.5.0-b31)
Platform[s] : Solaris 9 (x86) (Gnome2), Solaris 10 (x86) (CDE)
Falling test[s]:
sun/java2d/pipe/DrawTransparentBgTest.java
Regression test sun/java2d/pipe/DrawTransparentBgTest.java failed with JDK1.5.0-b31
on Solaris 9 (x86) (Gnome2), Solaris 10 (x86) (CDE):
Location on screen is java.awt.Point[x=5,y=44]
lRgb is ff0000ff
rRgb is ff3000ff
----------System.err:(13/707)----------
java.lang.RuntimeException: Test failed
The test passed with JDK1.5.0-b31 on Solaris 10 Sparc (Gnome2), RH Linux 7.3, RH2.1AS, Windows 2000, Windows XP.
The test has also failed with 1.4.2-b28 on Solaris, Linux with the following or similar output:
Location on screen is java.awt.Point[x=6,y=22]
Draw image with background 0
Draw image with background 1
Draw image with background 2
lRgb is ff00ff00
rRgb is ff0054ab
----------System.err:(13/707)----------
java.lang.RuntimeException: Test failed
The test appears in the test suite starting from JDK1.5.0-b28.
This bug report was sent several hours ago to bugsbymail but since I received no answer I'm resending it.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b31/ws/j2se/test/sun/java2d/pipe/DrawTransparentBgTest.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b31/regtest/x86/sol9_x86_cde_smp_linux-6/workDir/test/sun/java2d/pipe/DrawTransparentBgTest.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="/java/re/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="/net/jdk/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="/java/re/jdk/1.5.0/promoted/all/b31/binaries/solaris-i586"
TEST_BASE_PATH="/java/re/jdk/1.5.0/promoted/all/b31/ws/j2se/test"
#Alternative paths outside Java Software:
#JT_HOME="/net/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="/net/jdk/export/jpse04/Jemmy/jemmy.jar"
#JAVA_HOME="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b31/binaries/solaris-i586"
#TEST_BASE_PATH="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b31/ws/j2se/test"
TESTVMOPTS="-server"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
TEST="sun/java2d/pipe/DrawTransparentBgTest.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=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=:0 -DlocalHost="linux-6" -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):
=======================
----------System.out:(6/168)----------
Draw image with background 0
Draw image with background 1
Draw image with background 2
Location on screen is java.awt.Point[x=5,y=44]
lRgb is ff0000ff
rRgb is ff3000ff
----------System.err:(13/707)----------
java.lang.RuntimeException: Test failed
at DrawTransparentBgTest.main(DrawTransparentBgTest.java:49)
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:489)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:565)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed
Specific machine info:
======================
Hostname: linux-6
OS: Solaris 9 (x86) (CDE)
======================================================================