<Swing Dev> Withdrawn: 8196465: javax/swing/JComboBox/8182031/ComboPopupTest.java fails on Linux

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Sun Nov 1 17:38:55 UTC 2020


On Fri, 23 Oct 2020 09:50:37 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Please review a test fix for an issue seen to be failing in mach5 testing on linux whereby the combo popup is not opening.
> The issue is not reproducible locally in ubuntu18.04 but mach5 testing on ubuntu18.04 was able to see the issue. 
> Combo popup was opened by clicking at right edge of combo box, which sometimes is not set properly at mach5 system, so mouse click is clicked at wrong location of frame, thereby not opening the combo popup.
>  Modified the test to open the combo popup by clicking on middle of combobox which now works for all. Also, made robot autodelay consistent with other test to be 100ms. Also, changed deprecated constant to appropriate constants.
> 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/829


More information about the swing-dev mailing list