RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12 [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Thu Oct 16 07:40:26 UTC 2025
On Thu, 25 Sep 2025 18:45:00 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> > Why it should not call sleep on EDT? It is not forbidden and if it hangs it will be a bug in product.
>
> It is not necessary to update the test that catches two bugs the initial issue and the macOS bug without a reason, only adjust the timeout if needed.
I guess it is strongly discouraged to have sleep in EDT to ensure UI does not become unresponsive.
Also, it's not the same test but same bugid was being erroneously used in two different tests as both are failing in macos ARM..The other test is decoupled from this and will be investigated as per different bugid..Current PR for this test stands as it is..
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27365#issuecomment-3409579772
More information about the client-libs-dev
mailing list