-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b32
-
x86
-
linux
-
Verified
Name: mmR10223 Date: 09/12/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b19 (passes using JDK1.5.0-b12, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b03)
Platform[s] : Linux
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_awt/interactive/WindowTest.html#WindowTest [WindowTest0001]
This test fails using JDK1.5.0 (b19-b13) on Linux platform only.
The test Description reads:
...
Please use the 'show' button to display a red window and a blue frame.
When the window is in front of the frame, verify that pressing the 'toBack' button
causes the window to be moved to the back of the frame. When the window is behind the
frame, verify that pressing the 'toFront' button causes the window to be moved to the
front of the frame. Also verify that the status in the status area is correct."
...
Problem is that when I press the 'toBack' button the red window disappear.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/WindowTest.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b18/jck15/linux/suse8.0_gnome_server_linux-2/workDir/api-interactive/java_awt/interactive/WindowTest_WindowTest.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/linux-i586"
JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.interactive.WindowTest -TestCaseID WindowTest0001
--- script end ---
Test output:
============
Specific machine info:
======================
Hostname: linux-2
OS: Suse Linux 8.2 (GNOME2)
Hostname: linux-24
OS: Linux RH.AS (GNOME2)
======================================================================