RFR: 8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM

Jayathirth D V jdv at openjdk.org
Mon Nov 14 04:53:30 UTC 2022


On Wed, 9 Nov 2022 10:37:24 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Test intermittently fails in VM citing "Tree is not editing". Seems to be problem with mouse clicks not getting registered properly..
> Similar test test/jdk/javax/swing/JTable/6263446/bug6263446.java is not affected, so made the test similar to it by using same safeguard using Robot.waitForIdle() and modifying clickpoint to tree cell midpoint.
> 
> Several iterations of the test pass in the OCI VM and all other physical platforms (link in JBS)

test/jdk/javax/swing/JTree/6263446/bug6263446.java line 41:

> 39: public class bug6263446 {
> 40: 
> 41:     private static final String FIRST = "AAAAA";

any particular reason for decreasing length of string?

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

PR: https://git.openjdk.org/jdk/pull/11057



More information about the client-libs-dev mailing list