JDK-6821384 : regression javax/swing/text/html/HTMLEditorKit/HyperlinkEventTest/HyperlinkEventTest.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u14
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: itanium
  • Submitted: 2009-03-24
  • Updated: 2010-04-03
  • Resolved: 2009-03-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u14Resolved
Related Reports
Duplicate :  
Description
regression test suite for 6u14b03_j4b
platform os: amd64 solaris10
machine: stt-41.russia
keys: -d64 -server
test: javax/swing/text/html/HTMLEditorKit/HyperlinkEventTest/HyperlinkEventTest.java
with header:
/*
 * @test 1.1 02/11/99
 * @bug  4134043
 * @summary HTMLEditorKit should track mouse motion events to generate Hyperlink enter
 *          and exit events.
 * @author Timothy Prinzing
 * @library ../../../../regtesthelpers
 * @build Blocker
 * @run main HyperlinkEventTest
 */

test fails on 6u14b03_j4b, but passes on 6u14b02_j4b on the same machine:


[stt-robot@stt-41]$ pwd
/export/JQA/regression/6u14b03/tests
for 6u14b03_j4b:
[stt-robot@stt-41]$ /export/jdk/6u14b03/jdk1.6.0_14/bin/javac -server -d64 HyperlinkEventTest.java
[stt-robot@stt-41]$ /export/jdk/6u14b03/jdk1.6.0_14/bin/java -server -d64 HyperlinkEventTest
Exception in thread "main" java.lang.RuntimeException: No link EXITED event
        at HyperlinkEventTest$MouseGenerator.run(HyperlinkEventTest.java:95)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
^C

for 6u14b02_j4b:
[stt-robot@stt-41]$ /export/jdk/6u14b02/jdk1.6.0_14/bin/javac -server -d64 HyperlinkEventTest.java
[stt-robot@stt-41]$ /export/jdk/6u14b02/jdk1.6.0_14/bin/java -server -d64 HyperlinkEventTest