JDK-8233555 : [TESTBUG] JRadioButton tests failing on MacoS
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 11,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-04
  • Updated: 2022-02-09
  • Resolved: 2021-01-07
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 11 JDK 17 JDK 7 JDK 8
11.0.14-oracleFixed 17 b05Fixed 7u331Fixed 8u321Fixed
Related Reports
Relates :  
Relates :  
Description
javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java 
javax/swing/JRadioButton/ButtonGroupFocus/ButtonGroupFocusTest.java 
javax/swing/JRadioButton/8075609/bug8075609.java
javax/swing/JRadioButton/8033699/bug8033699.java 

all fail repeatedly on macos
Comments
Note: the changeset for this bug only removes the three tests from the problem list. The issues which made the tests fail were resolved by under other bugs. These take care of bug8033699.java, bug8075609.java, FocusTraversal.java : • JDK-8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard. • JDK-8249548: backward focus traversal gets stuck in button group These take care of ButtonGroupFocusTest.java: • JDK-8172509: [TEST_BUG] [macosx] Failure of the new test java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java • JDK-8198619: java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java fails on mac This list may be not comprehensive. I compiled this list from my work on JDK-8265043.
09-02-2022

Fix Request (11u): Should get backported for parity with 11.0.14-oracle. Only removes tests from ProblemList. I had to edit it manually, but Skara recognizes it as clean backport. Tests have passed on MacBook Pro M1 with Rosetta.
21-10-2021

Changeset: 227f99d3 Author: Prasanta Sadhukhan <psadhukhan@openjdk.org> Date: 2021-01-07 03:57:43 +0000 URL: https://git.openjdk.java.net/jdk/commit/227f99d3
07-01-2021

Please double check is it a product bug/regression or this is a test bug?
10-12-2019

Is it a test bug or product regression caused by JDK-8226892?
07-11-2019

On macOS Mojave Version 10.14.4, Below two tests fail always with JDK-8226892 fix included, javax/swing/JRadioButton/8033699/bug8033699.java javax/swing/JRadioButton/8041561/bug8041561.java But the below test fails even when JDK-8226892 fix is reverted, javax/swing/JRadioButton/8041561/bug8041561.java
06-11-2019

I do not see these failures on macOS Mojave Version 10.14.6. Could you please let me know the macOS version where these fail.
06-11-2019

javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java is problem listed for linux as 8221902 so I will extend it there. However we must look at all 3 of the remaining ones, not just bug8033699.java
05-11-2019

The javax/swing/JRadioButton/8033699/bug8033699.java was updated to cover the fix for JDK-8226892 and since then the test started to fail on macOS.
05-11-2019