<Swing Dev> Integrated: 8194126: Regression automated Test '/open/test/jdk/javax/swing/JColorChooser/Test7194184.java' fails

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Sat Oct 17 07:22:09 UTC 2020


On Fri, 16 Oct 2020 03:31:41 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Please review a test fix for an issue where the color is not chosen correctly.
> The issue seems to stem from the fact that keys are not processed properly so the proper color is not chosen.
> Fixed by adding autoDelay during processing of key events and also made EDT change to invokeAndWait from invokeLater.
> Also, move the frame to center of screen and do cleanup at finally block.
> Mach5 job was run for several iteration on all 3 platforms. Link in JBS

This pull request has now been integrated.

Changeset: 0b3e6c51
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/0b3e6c51
Stats:     17 lines in 2 files changed: 7 ins; 1 del; 9 mod

8194126: Regression automated Test '/open/test/jdk/javax/swing/JColorChooser/Test7194184.java' fails

Reviewed-by: serb, trebari

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

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


More information about the swing-dev mailing list