-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b60
-
generic
-
generic
-
Verified
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)
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)
- relates to
-
JDK-6314014 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
-
- Resolved
-
-
JDK-4226243 Require ability to navigate within groups of buttons using arrow keys
-
- Open
-