Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8316931: [macos14] Test "java/awt/TrayIcon/ShowAfterDisposeTest/ShowAfterDisposeTest.html" throws an exception on macOS 14(x64, aarch64) #17329

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 6384984 8004032
* @library ../../regtesthelpers
* @library ../regtesthelpers
* @build PassFailJFrame
* @summary TrayIcon try to dispay a tooltip when is not visible
* @run main/manual ShowAfterDisposeTest
@@ -97,7 +97,6 @@ public void showFrameAndIcon() throws Exception {
g.fillRect(6, 6, 20, 20);
g.dispose();


final SystemTray tray = SystemTray.getSystemTray();
final TrayIcon icon = new TrayIcon(img);
icon.setImageAutoSize(true);