-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21
-
master
-
generic
-
os_x
javax/swing/JMenuItem/ActionListenerCalledTwice/ActionListenerCalledTwiceTest.java is repeatedly failing on macOS 14
Product(s) tested: jdk-21.0.1+9
OS/architecture: MacOS 14 (BETA 5 , BuildVersion :23A5337a) / Aarch64
Reproducible: Always
Is it a Regression: No, The Same test is PASSING on MacOS Aarch64 13.2.1.
Test are getting failed on jdk-11.0.21+8 / jdk-17.0.9+9 for MacOS Aarch64.
Exception:
java.lang.Exception: Test failed: ActionListener for Item1 called 0 times instead of 1!
at ActionListenerCalledTwiceTest.testForTwice(ActionListenerCalledTwiceTest.java:156)
at ActionListenerCalledTwiceTest.main(ActionListenerCalledTwiceTest.java:79)
Product(s) tested: jdk-21.0.1+9
OS/architecture: MacOS 14 (BETA 5 , BuildVersion :23A5337a) / Aarch64
Reproducible: Always
Is it a Regression: No, The Same test is PASSING on MacOS Aarch64 13.2.1.
Test are getting failed on jdk-11.0.21+8 / jdk-17.0.9+9 for MacOS Aarch64.
Exception:
java.lang.Exception: Test failed: ActionListener for Item1 called 0 times instead of 1!
at ActionListenerCalledTwiceTest.testForTwice(ActionListenerCalledTwiceTest.java:156)
at ActionListenerCalledTwiceTest.main(ActionListenerCalledTwiceTest.java:79)
- relates to
-
JDK-8315986 [macos14] javax/swing/JMenuItem/4654927/bug4654927.java: component must be showing on the screen to determine its location
- Resolved
- links to
-
Commit(master) openjdk/jdk/b6c2122e
-
Review(master) openjdk/jdk/22182