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

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Sun Oct 25 07:34:37 UTC 2020


On Sun, 25 Oct 2020 00:49:19 GMT, Sergey Bylokhov <serb 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
>
> I think this is a product bug.

I also thought initially it's a product bug but it is passing in my local ubuntu18.04

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

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


More information about the swing-dev mailing list