--- old/test/java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java 2015-10-28 14:49:55.797244900 +0300 +++ new/test/java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java 2015-10-28 14:49:55.290194200 +0300 @@ -71,6 +71,8 @@ "\"Always show all icons and notifications on the taskbar\" true " + "to avoid this problem. Or change behavior only for Java SE tray " + "icon and rerun test."); + } else if (SystemTrayIconHelper.isOel7()) { + return; } new MouseEventMaskTest().doTest(); }