Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11, 13, 14
-
Fix Version/s: 15
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b27
Description
The closed test java/awt/event/KeyEvent/DisabledTargetF10/DisabledTargetF10.html fails in nightly testing on macos.
java.lang.RuntimeException: Menu was not brought down by F10, apparently.
at DisabledTargetF10.start(DisabledTargetF10.java:113)
at com.sun.javatest.regtest.agent.AppletWrapper$AppletRunnable.run(AppletWrapper.java:157)
at java.base/java.lang.Thread.run(Thread.java:832)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Menu was not brought down by F10, apparently.
Comment in JDK-7090905 suggests that this needs to use Ctrl+F2 on mac, not F10.
java.lang.RuntimeException: Menu was not brought down by F10, apparently.
at DisabledTargetF10.start(DisabledTargetF10.java:113)
at com.sun.javatest.regtest.agent.AppletWrapper$AppletRunnable.run(AppletWrapper.java:157)
at java.base/java.lang.Thread.run(Thread.java:832)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Menu was not brought down by F10, apparently.
Comment in JDK-7090905 suggests that this needs to use Ctrl+F2 on mac, not F10.