JDK-6331448 : Regression: javax/swing/JToggleButton/6314014/bug6314014.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-30
  • Updated: 2011-01-19
  • Resolved: 2005-11-09
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
6 b60Fixed
Related Reports
Relates :  
Relates :  
Description
JDK        	    : Fails On:   Mustang b53
                      Passes On:  Mustang b52
Platform[s]         : Fails On:  Solaris 8 x86, SuSE 9.3
Failing Test [s]    : javax/swing/JToggleButton/6314014/bug6314014.java

    Test source location:
    =====================
/net/cady/export/jdk1.6.0/latest/ws/j2se/test/javax/swing/JToggleButton/6314014/bug6314014.java

    jtr file location:
    ==================
/net/cady/export6/results/mustang/b53/reg/regression-reg-IA8-2005-09-23-13-44-58-0911/workDir/javax/swing/JToggleButton/6314014/bug6314014.jtr

    How to reproduce:
    ====================
    - Set JAVA_HOME to Mustang b53 solaris-i586
    - cd /net/cady/export/jdk1.6.0/latest/ws/j2se/test/javax/swing/JToggleButton/6314014       - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp bug6314014.java

    Test output:
    =============
java.lang.RuntimeException: ActionListener didn't get notified
        at bug6314014.main(bug6314014.java:33)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:589)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
        at java.lang.Thread.run(Thread.java:611)

Comments
EVALUATION This is a regression of the fix for #4226243 This test is not useful any more because fix #4226243 was rolled back
11-10-2005