<Swing Dev> RFR: 8253980: javax/swing/plaf/synth/7158712/bug7158712.java fails on windows
Alexander Zuev
kizune at openjdk.java.net
Mon Oct 5 15:33:41 UTC 2020
On Mon, 5 Oct 2020 08:11:10 GMT, Prasanta Sadhukhan <psadhukhan at 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.
Looks good.
-------------
Marked as reviewed by kizune (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/500
More information about the swing-dev
mailing list