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. This pull request has now been integrated. Changeset: bdd5782a Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/bdd5782a Stats: 14 lines in 2 files changed: 7 ins; 1 del; 6 mod 8253980: javax/swing/plaf/synth/7158712/bug7158712.java fails on windows Reviewed-by: kizune, prr ------------- PR: https://git.openjdk.java.net/jdk/pull/500