On Fri, 23 Oct 2020 09:50:37 GMT, Prasanta Sadhukhan <psadhuk...@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. ------------- Changes requested by serb (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/829