8183286: Some java/awt and javax/swing tests miss headful jtreg keyword

Reviewed-by: serb, clanger
This commit is contained in:
Matthias Baesken 2017-06-30 16:32:18 +02:00
parent 8143715e7e
commit 3730163d9d
16 changed files with 21 additions and 5 deletions

View File

@ -36,6 +36,7 @@ import java.awt.event.InputEvent;
/**
* @test
* @key headful
* @bug 8176448
* @run main/timeout=300 ChoicePopupLocation
*/

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 8169589 8171909
* @summary Activating a dialog puts to back another dialog owned by the same frame
* @author Dmitry Markov

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2017, 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
* @key headful
* @bug 8171952
* @summary Tests that getMousePosition() returns null for obscured component.
* @author Dmitry Markov

View File

@ -38,6 +38,7 @@ import java.awt.event.*;
/**
* @test
* @key headful
* @bug 8160270
* @run main/timeout=300 PopupMenuLocation
*/

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 8162959
* @summary Validate output of createMultiResolutionScreenCapture
* new API which returns MultiResolutionImage.

View File

@ -31,6 +31,7 @@ import java.awt.event.MouseEvent;
/**
* @test
* @key headful
* @bug 8176009
*/
public class MultiScreenRobotPosition {

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 8176490
* @summary Tests that there is no hang or deadlock when the visibility
* of parent and child windows is changed.

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2017, 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
@ -22,6 +22,7 @@
*/
/* @test
* @key headful
* @summary verify Arab Diacritic Positioning
* @bug 8168759
*/

View File

@ -35,6 +35,7 @@ import javax.swing.SwingUtilities;
import javax.swing.WindowConstants;
/* @test
@key headful
@bug 8076249
@summary NPE in AccessBridge while editing JList model
@author Mikhail Cherkasov

View File

@ -30,6 +30,7 @@ import javax.swing.SwingUtilities;
/**
* @test
* @key headful
* @bug 8175301
* @summary Java GUI hangs on Windows when Display set to 125%
* @run main/othervm -Dsun.java2d.uiScale=2 ScaledFrameBackgroundTest

View File

@ -23,6 +23,7 @@
/**
* @test
* @key headful
* @bug 8179665
* @summary [Windows] java.awt.IllegalComponentStateException: component must
* be showing on the screen to determine its location

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2017, 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
* @key headful
* @bug 8170387
* @summary JLightweightFrame#syncCopyBuffer() may throw IOOBE
* @modules java.desktop/sun.swing

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2017, 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
@ -22,6 +22,7 @@
*/
/* @test
* @key headful
* @bug 8074883
* @summary Tab key should move to focused button in a button group
* @run main ButtonGroupFocusTest

View File

@ -21,6 +21,7 @@
* questions.
*/
/* @test
@key headful
@bug 4633594 8172012
@summary No way to pass focus from a JTree to a GUI placed inside the tree node
@run main JTreeFocusTest

View File

@ -39,6 +39,7 @@ import javax.swing.UIManager;
/**
* @test
* @key headful
* @bug 8176448
* @run main/timeout=600 JComboBoxPopupLocation
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2017, 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
@ -21,6 +21,7 @@
* questions.
*/
/* @test
@key headful
@bug 4936917 7190578 8174717
@summary Tests if background is correctly painted when <BODY> has css margins
@author Denis Sharypov