-
Bug
-
Resolution: Unresolved
-
P4
-
14, 15
-
generic
-
os_x
This test presses a number of keys using the list of key codes.
It has two issues:
- Each code is pressed/released only once so the toggled buttons will change their value.
- The test also presses the "help" button which starts the "macOS subsystem machinery", which changes the cursor, ignores all key presses and waits for the first mouse click on the component for which the help should be provided, which broke the tests executed later.
There are a few reasons why it was not found before, due to robot bug some key events were skipped. It also depends on what tests were executed later if some tests types something then they fail if they "just click" - they(and all other) pass.
It has two issues:
- Each code is pressed/released only once so the toggled buttons will change their value.
- The test also presses the "help" button which starts the "macOS subsystem machinery", which changes the cursor, ignores all key presses and waits for the first mouse click on the component for which the help should be provided, which broke the tests executed later.
There are a few reasons why it was not found before, due to robot bug some key events were skipped. It also depends on what tests were executed later if some tests types something then they fail if they "just click" - they(and all other) pass.
- relates to
-
JDK-8242174 [macos] The NestedModelessDialogTest test make the macOS unstable
- Closed