On Wed, 9 Nov 2022 10:37:24 GMT, Prasanta Sadhukhan <psadhuk...@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) This pull request has now been integrated. Changeset: dd9aa727 Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/dd9aa7272d04b49dd5cbf3ff9f9091c7d63d68ae Stats: 26 lines in 2 files changed: 21 ins; 2 del; 3 mod 8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM Reviewed-by: tr, prr ------------- PR: https://git.openjdk.org/jdk/pull/11057