# HG changeset patch # User goetz # Date 1465893899 -7200 # Node ID 04d3446b831e44c1df96adc5b2b6951f2cb84fdc # Parent 7acf96b63a0dd6182ad1d44d78fc44e912e1e6b1 8159690: [TESTBUG] Mark headful tests with @key headful. diff --git a/test/com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java b/test/com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java --- a/test/com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java +++ b/test/com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,7 @@ /* @test %W% %E% + @key headful @bug 6818312 @summary The size returned by SecurityWarning.getSize() should not be zero @author anthony.petrov@sun.com: area=awt.toplevel diff --git a/test/com/sun/awt/Translucency/WindowOpacity.java b/test/com/sun/awt/Translucency/WindowOpacity.java --- a/test/com/sun/awt/Translucency/WindowOpacity.java +++ b/test/com/sun/awt/Translucency/WindowOpacity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,7 @@ /* @test %W% %E% + @key headful @bug 6594131 @summary Tests the AWTUtilities.get/setWindowOpacity() methods @author anthony.petrov@...: area=awt.toplevel diff --git a/test/java/awt/AppContext/ApplicationThreadsStop/ApplicationThreadsStop.java b/test/java/awt/AppContext/ApplicationThreadsStop/ApplicationThreadsStop.java --- a/test/java/awt/AppContext/ApplicationThreadsStop/ApplicationThreadsStop.java +++ b/test/java/awt/AppContext/ApplicationThreadsStop/ApplicationThreadsStop.java @@ -30,6 +30,7 @@ /** * @test + * @key headful * @bug 8136858 * @modules java.desktop/sun.awt * @run main/othervm/java.security.policy=java.policy -Djava.security.manager ApplicationThreadsStop diff --git a/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html b/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html --- a/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html +++ b/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html @@ -1,5 +1,5 @@