-
Bug
-
Resolution: Cannot Reproduce
-
P2
-
None
-
5.0
-
generic
-
generic
Name: vsR10238 Date: 09/30/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b19
JCK : JCK1.5-runtime (b04)
Platform[s] : all
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/javax_swing/interactive/JLayeredPaneTests.html#JLayeredPane [JLayeredPaneTest0002]
JCK1.5-runtime api/javax_swing/interactive/JLayeredPaneTests.html#JLayeredPane test fails with JDK1.5.0
starting from b19 (tested with b19, b21).
The test passes with JDK1.4.2(tested with b28) and JDK1.5.0 prior to b19 (tested with
b18, b14, b12).
The test requires the panes to be rendered in the following order:
"0, Drag, 1, PopUp, 2, Modal, 3, Pallete, 4, Default",
but starting from JDK1.5.0-b19 the panes are ordered as follows:
"4, 3, 2, 1, 0, Drag, PopUp, Modal, Pallete, Default".
Test source location:
=====================
/java/re/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15/tests/api/javax_swing/interactive/JLayeredPaneTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b19s/jck15/win32/winXP_client_linux-16/workDir/api-interactive/javax_swing/interactive/JLayeredPaneTests_JLayeredPane.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
#KOORI_ONESTOP is your path to koori.sfbay/onestop (/net/koori/onestop, /java/re)
KOORI_ONESTOP="z:"
#JCK="h:/java/jck1.5/JCK-runtime-15"
JCK="$KOORI_ONESTOP/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#JDK="h:/java/jdk1.5.0/win32"
JDK="$KOORI_ONESTOP/jdk/1.5.0/promoted/all/b19/binaries/windows-i586"
switches="-client -Xmixed -Xfuture"
CLASSPATH="$JCK/classes;$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.javax.swing.interactive.JLayeredPane.JLayeredPaneTests -TestCaseID JLayeredPaneTest0002
--- script end ---
Specific machine info:
======================
Hostname: linux-16
OS: Windows XP Pro
======================================================================