-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
x86
-
linux
Name: iaR10016 Date: 10/09/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b22, JDK1.5.0-b21
(not reproducible with JDK1.5.0-b20, JDK1.5.0-b19, 1.4.2-b28)
JCK : JCK1.5-runtime (b05)
Platform[s] : RedHat Linux 9.0 (GNOME2), Suse Linux 8.1 (GNOME2), RedHat Adv. Server 2.1 (GNOME)
(I am not able to reproduce the failure on Solaris and Windows systems I have)
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test : api/java_awt/interactive/event/EventTests.html#EventTest0016
JCK1.5 (bo5) runtime interactive test
api/java_awt/interactive/event/EventTests.html#EventTest0016 fails with JDK1.5.0-b22, JDK1.5.0-b21
on Linux systems: "windowIconified" and "windowDeiconified" events are not delivered via
generation of list events.
I am not able to reproduce the failure with previous JDK builds.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/event/*.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b22/jck15/linux/redhat9.0_gnome_smp_client_dsa_linux-22/workDir/api-interactive/java_awt/interactive/event/EventTests_EventTest0016.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="/java/re"
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
JCK="$KOORI_ONESTOP/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#JDK="/net/linux-15/export/home/java/jdk1.5.0/linux"
JDK="$KOORI_ONESTOP/jdk/1.5.0/promoted/all/b22/binaries/linux-i586"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java -showversion javasoft.sqe.tests.api.java.awt.interactive.event.EventTests -TestCaseID EventTest0016
--- script end ---
Test output:
============
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b22)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b22, mixed mode)
EventTest0016: Failed. All event checkboxes NOT checked via generation of frame events.
STATUS:Failed.test cases: 1; all failed; first test case failure: EventTest0016
Specific machine info:
======================
Hostname: linux-22
OS: RedHat Linux 9.0 (GNOME2)
Hostname: linux-24
OS: RedHat Adv. Server 2.1 (GNOME)
Hostname: linux-12
OS: Suse Linux 8.1 (GNOME2)
======================================================================
- duplicates
-
JDK-4925750 PIT:WindowStateListener not working for XAWT Switch
- Resolved