<Swing Dev> Withdrawn: 8196090: javax/swing/JComboBox/6559152/bug6559152.java fails

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Sat Oct 31 15:02:55 UTC 2020


On Fri, 16 Oct 2020 13:58:15 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Please review a test fix for a test issue seen where correct item of combobox is not selected.
> The issue seems to stem from the fact the key events was processed without waiting for the frame to show up and also delay between key events was less as it used ExtendedRobot which by default sets delay between events to 20ms so key event was not processed correctly in mach5 system.
> Added robot delay to allow frame to show up and also replaced ExtendedRobot to awt Robot and sets delay to 100ms to be consistent as it is used for other tests.
> Mach5 job was run for several iteration on all 3 platforms. Link in JBS

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.java.net/jdk/pull/700


More information about the swing-dev mailing list