JDK-6318439 : Regression: javax/swing/ToolTipManager/4768127/bug4768127.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-08-31
  • Updated: 2011-01-19
  • Resolved: 2006-08-03
Related Reports
Duplicate :  
Relates :  
Description
JDK        	    : Fails On:  Mustang b46 and later
Platform[s]         : Fails On:  Solaris 10 Sparc, Solaris 9 x86, Win 2003
Failing Test [s]    : javax/swing/ToolTipManager/4768127/bug4768127.java

    Test source location:
    =====================
/net/cady/export/jdk1.6.0/latest/ws/j2se/test/javax/swing/ToolTipManager/4768127/bug4768127.java

    jtr file location:
    ==================
/net/cady/export6/results/mustang/b48/reg/regression-reg-sparc10-2005-08-22-09-34-09-0022/workDir/javax/swing/ToolTipManager/4768127/bug4768127.jtr

    How to reproduce:
    ====================
    - Set JAVA_HOME to Mustang b48 solaris-sparc
    - cd /net/cady/export/jdk1.6.0/latest/ws/j2se/test/javax/swing/ToolTipManager/4768127   
    - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp bug4768127.java

    Test output:
    =============
----------System.err:(5/406)----------
java.lang.Error: Extra MouseMotionListeners were added to the label "Label 1" by ToolTipManager
        at bug4768127.destroy(bug4768127.java:86)
        at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:156)
        at java.lang.Thread.run(Thread.java:608)
STATUS:Failed.Applet thread threw exception: java.lang.Error: Extra MouseMotionListeners were added to the label "Label 1" by ToolTipManager
result: Failed. Execution failed: Applet thread threw exception: java.lang.Error: Extra MouseMotionListeners were added to the label "Label 1" by ToolTipManager

Comments
EVALUATION The bug 4768127 is not appears again, so there is no any seriuos regression ToolTipManager is added as MouseMotionListener only once but the test behaviour is changed for unknown reason need some more investiagation probably the best solution is to modify the test
15-09-2005