-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b28
-
generic
-
generic
-
Verified
Name: iaR10016 Date: 09/15/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b19, JDK1.5.0-b18
(not reproducible with JDK1.4.2-b28)
JCK : JCK1.5-runtime (b04)
Platform[s] : RedHat Linux 9.0 (GNOME2), Suse Linux 8.1 (GNOME2), Suse Linux 2 (GNOME2), RedHat Adv. Server 2.1 (GNOME)
(not reproducible on any Solaris sparc and Solaris x86 machines I have)
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_awt/interactive/event/EventTests.html#EventTest0011
JCK1.5 (b04) runtime interactive test
api/java_awt/interactive/event/EventTests.html#EventTest0011 fails with JDK1.5.0-b19
on Linux systems: mouse event "mouseReleased" is not delivered via generation of list events.
It seems like the test fails because of some timing issue: this event can be generated
sometimes, for example when left mouse click is followed to the right click.
I am not able to reproduce the failure with JDK1.4.2.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/event/MyActionListener.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b19/jck15/linux/redhat9.0_gnome_smp_client_dsa_linux-22/workDir/api-interactive/java_awt/interactive/event/EventTests_EventTest0011.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables):
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
#JDK="/net/linux-15/export/home/java/jdk1.5.0/linux"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.event.EventTests -TestCaseID EventTest0011
--- script end ---
Script output:
==============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b15)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b15, mixed mode)
EventTest0011: Failed. All event checkboxes NOT checked via generation of choice list events.
STATUS:Failed.test cases: 1; all failed; first test case failure: EventTest0011
Specific machine info:
======================
Hostname: linux-22
OS: RedHat Linux 9.0 (GNOME)
======================================================================
- duplicates
-
JDK-4925955 XAWT- mouseReleased() is not getting called for Choice.
-
- Closed
-