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

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Nov 9 10:45:08 UTC 2022


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)

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

Commit messages:
 - 8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM

Changes: https://git.openjdk.org/jdk/pull/11057/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11057&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8296083
  Stats: 27 lines in 2 files changed: 21 ins; 2 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/11057.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11057/head:pull/11057

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



More information about the client-libs-dev mailing list