<Swing Dev> RFR: 8143021: [TEST_BUG] Test javax/swing/JColorChooser/Test6541987.java fails
Sergey Bylokhov
serb at openjdk.java.net
Fri Oct 30 01:37:45 UTC 2020
On Thu, 29 Oct 2020 15:08:01 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> `Please review a test fix for an issue seen to be failing on mach5 systems due to timing issue of keyevents.
> Modified test to add setAutoDelay and moved the frame to center of screen.
> Mach5 job has been run for several iterations in all platforms. Link in JBS.
test/jdk/javax/swing/JColorChooser/Test6541987.java line 70:
> 68: }
> 69: } finally {
> 70: if (frame != null) {
Every call to start() will create a frame, but only the last one will be disposed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/936
More information about the swing-dev
mailing list