<Swing Dev> RFR: 8225045: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails on linux-x64

Sergey Bylokhov serb at openjdk.java.net
Sat Jan 9 00:19:05 UTC 2021


On Fri, 8 Jan 2021 11:03:36 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> This test was failing on mach5 nightly on ubuntu systems long time back. Modified the test to add some delays and call robot.waitForIdle() to make it more stable and the resultant test passes on all mach5 systems including linux consisting of ubuntu 19.10, 18.04,20.10,20.04 so we can remove the test from problemlist.
> mach5 job running for several iterations is posted in JBS.

test/jdk/javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java line 66:

> 64:     public static void main(String[] args) throws Exception {
> 65:         robot = new Robot();
> 66:         robot.setAutoDelay(100);

Why do you need an autodeley here? It seems the test does not use any of mouseXXX/keyXXX methods.

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

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


More information about the swing-dev mailing list