-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8, 11
-
x86_64, aarch64
-
os_x
The test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails consistently on macOS in 11u and 8u.
----------System.out:(1/18)----------
windowActivated()
----------System.err:(5/335)----------
java.lang.RuntimeException: TEST FAILED!
at SelectCurrentItemTest.start(SelectCurrentItemTest.java:127)
at com.sun.javatest.regtest.agent.AppletWrapper$AppletRunnable.run(AppletWrapper.java:157)
at java.base/java.lang.Thread.run(Thread.java:834)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: TEST FAILED!
----------System.out:(1/18)----------
windowActivated()
----------System.err:(5/335)----------
java.lang.RuntimeException: TEST FAILED!
at SelectCurrentItemTest.start(SelectCurrentItemTest.java:127)
at com.sun.javatest.regtest.agent.AppletWrapper$AppletRunnable.run(AppletWrapper.java:157)
at java.base/java.lang.Thread.run(Thread.java:834)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: TEST FAILED!
- duplicates
-
JDK-8215921 There is no change when select different Foreground and Background by mouse.
- Resolved
-
JDK-8014503 AWT Choice implementation should be made consistent across platforms.
- Resolved
-
JDK-8197810 Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows
- Resolved
- relates to
-
JDK-8332901 Select{Current,New}ItemTest.java for Choice don't open popup on macOS
- Resolved
-
JDK-8322653 [macos14] : Mouse clicks are not received within 3 pixels of the window boundary
- Open