8233558: [TESTBUG] WindowOwnedByEmbeddedFrameTest.java fails on macos

Reviewed-by: serb, kizune, prr
This commit is contained in:
Alisen Chung 2021-10-20 18:51:00 +00:00 committed by Phil Race
parent 913f9281ad
commit d1e3ca4ee3
2 changed files with 1 additions and 2 deletions

View File

@ -503,7 +503,6 @@ java/awt/TextArea/AutoScrollOnSelectAndAppend/AutoScrollOnSelectAndAppend.java 8
java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java 7099223,8274106 macosx-aarch64,linux-all,windows-all
java/awt/Window/WindowResizing/DoubleClickTitleBarTest.java 8233557 macosx-all
java/awt/Window/WindowOwnedByEmbeddedFrameTest/WindowOwnedByEmbeddedFrameTest.java 8233558 macosx-all
java/awt/keyboard/AllKeyCode/AllKeyCode.java 8242930 macosx-all
java/awt/FullScreen/8013581/bug8013581.java 8169471 macosx-all
java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.java 8233568 macosx-all

View File

@ -26,7 +26,7 @@
* @bug 8130655
* @summary Tests that window owned by EmbeddedFrame can receive keyboard input
* @requires (os.family == "mac")
* @modules java.desktop/sun.awt
* @modules java.desktop/sun.awt java.desktop/sun.lwawt.macosx:open
* @library ../../regtesthelpers
* @build Util
* @run main WindowOwnedByEmbeddedFrameTest