HI All, Please review a test fix for an issue where this test fails with message ""java.lang.RuntimeException: Table should be editing” in mach5 It seems it will fail with that message when the robot mouse event are executed without frame being visible on which the events are to be executed.
So, the test is modified to add delay() and make frame on-top to allow frame to get visible. Also, the frame is moved to centre from default leftmost position to avoid mouse click on invalid position. Also, waitForIdle() is added at some place to make the test more stable. mach5 job results running for several iterations is added to JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8169959 <https://bugs.openjdk.java.net/browse/JDK-8169959> webrev: http://cr.openjdk.java.net/~psadhukhan/8169959/webrev.0/ <http://cr.openjdk.java.net/~psadhukhan/8169959/webrev.0/> Regards Prasanta