8183286: Some java/awt and javax/swing tests miss headful jtreg keyword
Reviewed-by: serb, clanger
This commit is contained in:
parent
8143715e7e
commit
3730163d9d
@ -36,6 +36,7 @@ import java.awt.event.InputEvent;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8176448
|
||||
* @run main/timeout=300 ChoicePopupLocation
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -38,6 +38,7 @@ import java.awt.event.*;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8160270
|
||||
* @run main/timeout=300 PopupMenuLocation
|
||||
*/
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8162959
|
||||
* @summary Validate output of createMultiResolutionScreenCapture
|
||||
* new API which returns MultiResolutionImage.
|
||||
|
@ -31,6 +31,7 @@ import java.awt.event.MouseEvent;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8176009
|
||||
*/
|
||||
public class MultiScreenRobotPosition {
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -39,6 +39,7 @@ import javax.swing.UIManager;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8176448
|
||||
* @run main/timeout=600 JComboBoxPopupLocation
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user