Integrated: 8298823: [macos] java/awt/Mouse/EnterExitEvents/DragWindowTest.java continues to fail with "No MouseReleased event on label!"
Damon Nguyen
dnguyen at openjdk.org
Thu Oct 2 22:11:56 UTC 2025
On Wed, 24 Sep 2025 22:48:17 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
> Test is currently problem-listed due to the test failing on both macOS arm and x64 machines. Updated the test to use `SwingUtilities.invokeAndWait` and use the EDT to dispose of the frame. Also needed to modify the delay for stability. Initially, I removed `setAutoDelay` since this has caused issues previously, but this caused a failure in linux (when previously linux has never failed). However, keeping the auto delay and adding additional small delays seems to be stable with all of the other changes to the test. The test passes in CI with multiple runs of 100 on all OS's with the proposed changes.
This pull request has now been integrated.
Changeset: fa6e8841
Author: Damon Nguyen <dnguyen at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fa6e884105ac247b3b83a5a2329f9c18888bd7d0
Stats: 96 lines in 2 files changed: 27 ins; 51 del; 18 mod
8298823: [macos] java/awt/Mouse/EnterExitEvents/DragWindowTest.java continues to fail with "No MouseReleased event on label!"
Reviewed-by: aivanov, azvegint
-------------
PR: https://git.openjdk.org/jdk/pull/27478
More information about the client-libs-dev
mailing list