--- old/test/java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java 2015-08-25 02:56:27.988077629 -0700 +++ new/test/java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java 2015-08-25 02:56:27.759065761 -0700 @@ -37,6 +37,8 @@ * @bug 8013468 * @summary Cursor does not update properly when in fullscreen mode on Mac * The core reason of the issue was the lack of a mouse entered event in fullscreen + * @requires (os.family == "mac") + * @modules java.desktop/com.apple.eawt * @library ../../regtesthelpers * @build Util * @modules java.desktop/com.apple.eawt