-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1
-
hopper
-
x86
-
windows_95, windows_98, windows_nt, windows_2000, windows_xp
-
Verified
Name: asR10013 Date: 04/09/2002
Filed By : J2SE-SQA [###@###.###
JDK : jdk1.4.1-b07 (does not appear in jdk1.4.1-b06, jdk1.4.0)
JCK : jck1.4-b17
Platform[s] : Windows 2000 pro, Windows 95, Windows 98, Windows XP, Windows NT 4.0.
switch/Mode : -client -Xmixed -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_awt/interactive/ComponentTests.html#ComponentTests [ComponentTest0001]
When you choose "Quit" from the frame's menu and the "quit dialog"
appears, its background is rendered incorrectly and is shifted
right and down so that some area is not
filled by the background and looks transparent.
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_awt/interactive/ComponentTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/hopper/b07/jck14/win32/win2000_client_linux-2/workDir/api/java_awt/interactive/ComponentTests_ComponentTests.jtr
How to reproduce:
=================
Run the following script (you may need to change JCK and JDK variables)
The test window appears and you are provided with instructions to
complete the test. When you choose Quit from the menu, the Quit dialog
appears with the incorrectly rendered background.
--- script start ---
#!/bin/sh
JCK="h:/java/jck1.4/JCK-runtime-14"
JDK="h:/java/jdk1.4.1/win32.b07"
switches="-client -Xmixed -Xfuture"
CLASSPATH="${JCK}/classes;${JCK}/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.interactive.ComponentTests -TestCaseID ComponentTest0001
--- script end ---
Test output:
============
ComponentTest0001: Failed. Component test does NOT work as expected. STATUS:Failed.tests: 1; failed: 1; first test case failure: ComponentTest0001
Specific Machine Info:
======================
Hostname: linux-2
OS: Windows 2000 pro
======================================================================