Integrated: 8307311: Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests

Prasanta Sadhukhan psadhukhan at openjdk.org
Mon May 22 11:44:58 UTC 2023


On Wed, 17 May 2023 07:06:01 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Issue was bug6889007.java was causing a timeout issue on mac system.  Although bug6889007.java fail with small test group with "Wrong cursor type" error, it could not reproduce bug6884066.java 
> The hang issue might be due to waitForIdle() being called in loop which will be calling sync() so replaced with delay..
> 
> Modified fix passed the suggested small test group `desktop_timeout ` several times in all platforms 
> in addition to several iterations of the test run in standalone mode in all platforms..

This pull request has now been integrated.

Changeset: b3cb82b8
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b3cb82b859d22b18343d125349a5aebc0afb8576
Stats:     5 lines in 1 file changed: 3 ins; 1 del; 1 mod

8307311: Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests

Reviewed-by: dnguyen, azvegint

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

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



More information about the client-libs-dev mailing list