-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
tiger
-
x86, sparc
-
linux, solaris_8, windows_98
-
Verified
Name: aaR10208 Date: 10/30/2002
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.4.2-b04
Testbase : RegTest-test
Platform[s] : RedHat Linux 8.0 (GNOME)
switch/Mode : -client -Xmixed -Xfuture
Falling test[s]:
sun/java2d/SunGraphics2D/PolyVertTest.java
RegTest-test sun/java2d/SunGraphics2D/PolyVertTest.java test fails on JDK1.4.2-b04
Test source location:
=====================
/net/jdk/export/disk8/local.java/jdk1.4.2/ws/j2se/test/sun/java2d/SunGraphics2D/PolyVertTest.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/mantis/b04/regtest/linux/redhat8.0_gnome_linux-11/sun/java2d/SunGraphics2D/PolyVertTest.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
TESTJAVA="/net/jdk/export/disk8/local.java/jdk1.4.2/linux"
export TESTJAVA
TEST_BASE="/net/jdk/export/disk8/local.java/jdk1.4.2/ws/j2se"
JCT_PATH="/net/linux-15/export/home/java/jct"
JT="$JCT_PATH/lib/javatest.jar"
JTREG="$JCT_PATH/lib/jtreg.jar"
TEST_BASE_ROOT="$TEST_BASE/test"
TEST_PACKAGE=sun/java2d/SunGraphics2D
TEST_SHORT_NAME=PolyVertTest
TEST_NAME=$TEST_PACKAGE/$TEST_SHORT_NAME
TESTSRC="$TEST_BASE_ROOT/$TEST_PACKAGE"
export TESTSRC
CLASSPATH=".:$TESTJAVA:$TESTJAVA/lib/tools.jar:$TEST_BASE:$TESTSRC:$JT:$JTREG"
export CLASSPATH^S
$TESTJAVA/bin/javac -g -classpath "$CLASSPATH" -d . $TEST_BASE_ROOT/$TEST_NAME.java
#$TESTJAVA/bin/java -showversion -cp "$CLASSPATH" -Dtest.src=$TEST_BASE_ROOT/$TEST_PACKAGE $TEST_SHORT_NAME
$TESTJAVA/bin/java -showversion -cp "$CLASSPATH" -Dtest.src=$TEST_BASE_ROOT/$TEST_PACKAGE $TEST_SHORT_NAME -count -showerrors
--- script end ---
Test output:
============
java version "1.4.2-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-beta-b04)
Java HotSpot(TM) Client VM (build 1.4.2-beta-b04, mixed mode)
4 bad pixels found while testing Screen
9 bad pixels found while testing Offscreen
9 bad pixels found while testing Volatile
9 bad pixels found while testing X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x23].createCompat()
9 bad pixels found while testing X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x23].createCompat(OPAQUE)
9 bad pixels found while testing X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x23].createVolatile()
9 bad pixels found while testing X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x24].createCompat()
9 bad pixels found while testing X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x24].createCompat(OPAQUE)
9 bad pixels found while testing X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x24].createVolatile()
Exception in thread "main" java.lang.RuntimeException: 76 bad pixels found in 9 tests
at PolyVertTest.main(PolyVertTest.java:284)
Specific machine info:
======================
Hostname: linux-11
OS: RedHat Linux 8.0 (GNOME)
Video Card: ATI Mach64 3D Range IIC AGP
======================================================================
- relates to
-
JDK-4665237 REGRESSION: JInternalFrame outline dragging is very slow to respond
-
- Resolved
-
-
JDK-4867398 RegTest-test sun/java2d/SunGraphics2D/PolyVertTest.java failed
-
- Closed
-
-
JDK-4678208 single pixel polygons are not drawn
-
- Resolved
-