On Mon, 11 Jan 2021 04:50:09 GMT, Prasanta Sadhukhan <psadhuk...@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. > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > Remove unneeded setAutoDelay test/jdk/javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java line 220: > 218: if (!bufferedImagesEqual(imageIconImage, iconImage)) { > 219: ImageIO.write(imageIconImage, "png", new > File("imageicon-fail.png")); > 220: ImageIO.write(iconImage, "png", new > File("iconImage-fail.png")); Is this for debugging purpose when the test fails ? ------------- PR: https://git.openjdk.java.net/jdk/pull/2003