On Mon, 5 Oct 2020 08:11:10 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> This test was seen to be failing in mach5 hidpi system on windows. > The test actually checks for the fact that popup size should be 10 pixels > wider than the comboBox width and the popup > should overlap the comboBox by 5 pixels (negative y-offset) which maynot > exactly be same in hidpi mode. Fix is to make > it run for scale 1 as the fix is not dependant on hidpi mode. Also, some > cleanup is done like changing setAutoDelay() > which is normally set to 100ms for several other tests to make it consistent. > Also, mach5 run for several iterations is > green and link is posted in JBS. Marked as reviewed by prr (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/500