On Tue, 1 Apr 2025 15:51:07 GMT, Jayathirth D V <j...@openjdk.org> wrote:
> SwingNodePlatformExitCrashTest hangs on Ubuntu 24.04 and wayland when we use > < JDK 24. > > This is happening because of issue identified in > https://bugs.openjdk.org/browse/JDK-8335468 and it is fixed in JDK 24. > So we need to run this test on wayland only when we use JDK 24 or later. > Test is updated and verified that it works appropriately now on Ubuntu 24.04. This pull request has now been integrated. Changeset: 056c7f52 Author: Jayathirth D V <j...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/056c7f52e544fa0f462a9c8f81e82df834bfd596 Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod 8350009: [XWayland] SwingNodePlatformExitCrashTest hangs on Ubuntu 24.04 Reviewed-by: kcr ------------- PR: https://git.openjdk.org/jfx/pull/1753