-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
tiger
-
generic, x86
-
generic, windows_2000
-
Verified
Name: icR10030 Date: 07/31/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b12
JCK : JCK1.5-runtime
Platform[s] : RedHat Linux 7.3 (GNOME), Windows 2000 Pro
switch/Mode : -Xincgc -Xfuture, -server -Xmixed -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_awt/interactive/ZorderTests.html#ZorderTests [ZorderTest0001, ZorderTest0002, result]
JCK1.5-runtime api/java_awt/interactive/ZorderTests.html#ZorderTests test fails on JDK1.5.0-b12
The components are placed in reverse z-order, that is the topmost componet is last, instead of to be first.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-5/tests/api/java_awt/interactive/ZorderTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b12/jck15/win32/win2000_client_incgc_linux-2/workDir/api-interactive/java_awt/interactive/ZorderTests_ZorderTests.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="h:/java/jck1.5/JCK-runtime-15"
JDK="h:/java/jdk1.5.0/win32"
switches="-Xincgc -Xfuture"
CLASSPATH="$JCK/classes;$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.interactive.ZorderTests -TestCaseID ZorderTest0001 ZorderTest0002 result
--- script end ---
Test output:
============
ZorderTest0001: Failed. Z-Order test does NOT work as expected.
ZorderTest0002: Failed. Z-Order test does NOT work as expected.
STATUS:Failed.test cases: 2; all failed; first test case failure: ZorderTest0001
Specific machine info:
======================
Hostname: linux-2
OS: Windows 2000 Pro
Hostname: linux-13
OS: RedHat Linux 7.3 (GNOME)
======================================================================