JDK-5031725 : REGRESSION: JCK1.5 api/java_awt/interactive/event/EventTests.html#EventTest0019
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2004-04-14
  • Updated: 2004-05-05
  • Resolved: 2004-04-21
Related Reports
Duplicate :  
Description
Filed By      : SCA JCK team (###@###.###)
JDK           : 1.5 (build b45)
JCK           : 1.5
Platform[s]   : Windows 2000 5.0 (x86)
switch/Mode   : 
JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto
Failing Test[s] :  api/java_awt/interactive/event/EventTests.html#EventTest0019


Problem description
===================
The failing test interactively requests the user to type in a-z, A-Z, and 
0-9.  It verifies that the expected key events occur for each of
of the keys typed by the user.
The test passes on Windows 2000 with Tiger build b41, and fails on Windows 
2000 as of Tiger build b42.

The attached program (KeyEventsTest1.java) can be used to recreate this
failure.

JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/event/EventTests.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/event/KeyEventsTest1.java

How to reproduce:
=================
Run the attached program (KeyEventsTest1.java).
With Tiger build b41, the user is successfully able to type in
a-z, A-Z, and 0-9.  
As of Tiger build b42, the test reports key event failure when the user
attempts to type a key.

======================================================================


Comments
EVALUATION Name: osR10079 Date: 04/14/2004 It looks like this is duplicate of 5013984 (regression: Java IM not working on Windows platforms) ###@###.### 2004-04-15 ====================================================================== Name: rpR10076 Date: 04/15/2004 We tried running this test with the development workspace where bug 5013984 is fixed, and, indeed, this test passes there. So we assume it is the same bug. 5013984 will be integrated into b49, so this bug will need to be verified with that build. ###@###.### ======================================================================
11-06-2004