-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b30
-
x86
-
linux
-
Verified
Name: iaR10016 Date: 11/03/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b26
(passes with JDK1.5.0-b25, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b07)
Platform[s] : Linux (passes on Solaris sparc, Solaris x86, Windows)
switch/Mode : default
JCK test owner: http://javaweb.eng/jck/usr/owners.jto
Falling test : api/java_awt/interactive/ZorderTests.html#ZorderTests [ZorderTest0001, ZorderTest0002]
It seems like the bug 4899195 regression (filed against JDK1.5.0-b12, integrated in JDK1.5.0-b22):
JCK1.5-runtime api/java_awt/interactive/ZorderTests.html#ZorderTests test fails on JDK1.5.0-b26 on
Linux platforms.
The components in the tested window are placed in reverse z-order, that is the topmost componet is last,
instead of to be the first.
Please, see also bug 4899195 for more details.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/ZorderTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b26/jck15/linux/suse8.2_gnome_client_concgc_X--UseParNewGC_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
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/all/b26/binaries/linux-i586"
JCK="/java/re/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#Alternative paths outside Java Software:
#JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b26/binaries/linux-i586"
#JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.ZorderTests -TestCaseID ZorderTest0001 ZorderTest0002
--- script end ---
Specific machine info:
======================
Hostname: linux-2
OS: Suse Linux 8.2 (GNOME2)
======================================================================