On Fri, 12 Sep 2025 18:31:47 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:
> Issue: > On MacOS, several tests fail intermittently. > > Fix: > - The test TableViewContextMenuSortTest.testContextMenuRequestDoesNotSort() > performs a Ctrl + Click test only on MacOS platform. > - If the Ctrl + Click is avoided, then the test failures are not observed. > - So this change comments out the part of the test in question. > - A follow-up ticket is created to investigate/update the test > [JDK-8367566](https://bugs.openjdk.org/browse/JDK-8367566) > > Verification: > 1. Verified the headful test with full run, 12 times. The issue does not > occur. > Without this change, the tests do fail more often. > 2. @beldenfox shared a way to reproduce the failures, in a comment in JBS > ticket : [JDK-8359154](https://bugs.openjdk.org/browse/JDK-8359154)**:** If > these 5 tests are run repeatedly TableViewClickOnTroughTest, > TableViewContextMenuSortTest, TableViewResizeColumnToFitContentTest, > TreeTableViewChangeRootTest, and TreeTableViewResizeColumnToFitContentTest, > then the issue could occur in 'n' iterations < 120. > With this change, no test failure is observed. Several times, tested 120 > iterations. This pull request has now been integrated. Changeset: b7431b6a Author: Ambarish Rapte <ara...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/b7431b6a65c0b7724e8c6b51af8ec1e4aa1a1cfe Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod 8359154: Intermittent system test failures on macOS Reviewed-by: kcr, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1899