RFR: 8316931: [macos14] Test "java/awt/TrayIcon/ShowAfterDisposeTest/ShowAfterDisposeTest.html" throws and exception on Mac OS 14(x64, aarch64) [v11]
Sergey Bylokhov
serb at openjdk.org
Fri Feb 9 05:08:55 UTC 2024
On Thu, 8 Feb 2024 20:28:06 GMT, Alisen Chung <achung at openjdk.org> wrote:
>> SunToolkit.java is trying to post an event on the TrayIcon appContext, but the TrayIcon was already removed by the test, causing an error. The fix is to make SunToolkit skip posting the event if appContext is null. The test is also updated to remove applet usage and use PassFailJFrame instead.
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>
> added final to target
Marked as reviewed by serb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17329#pullrequestreview-1871659985
More information about the client-libs-dev
mailing list