<Swing Dev> RFR JDK-8169959: javax/swing/JTable/6263446/bug6263446.java: Table should be editing
Prasanta Sadhukhan
prasanta.sadhukhan at oracle.com
Sat Jul 18 12:44:01 UTC 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/swing-dev/attachments/20200718/e313934e/attachment.htm>
More information about the swing-dev
mailing list