--- old/test/java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java 2015-11-25 11:12:32.095657100 +0300 +++ new/test/java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java 2015-11-25 11:12:30.981545700 +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(); }