8159690: [TESTBUG] Mark headful tests with @key headful
Reviewed-by: simonis, alexsch
This commit is contained in:
parent
9197f75413
commit
4f7d655557
@ -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
|
||||
|
@ -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
|
||||
|
@ -30,6 +30,7 @@ import sun.awt.SunToolkit;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8136858
|
||||
* @modules java.desktop/sun.awt
|
||||
* @run main/othervm/java.security.policy=java.policy -Djava.security.manager ApplicationThreadsStop
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2005, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6252982
|
||||
@summary PIT: Keyboard FocusTraversal not working when choice's drop-down is visible, on XToolkit
|
||||
@author andrei.dmitriev : area=awt.choice
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 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
|
||||
@key headful
|
||||
@bug 7050935
|
||||
@summary closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
|
||||
@library ../../regtesthelpers
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 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
|
||||
@ -22,6 +22,7 @@
|
||||
*/
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 4800638
|
||||
@summary Tests that Choice does not lock the Desktop
|
||||
@run main GrabLockTest
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@key headful
|
||||
@bug 7171412
|
||||
@summary awt Choice doesn't fire ItemStateChange when selecting item after select() call
|
||||
@author Oleg Pekhovskiy: area=awt-choice
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2011, 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 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6200670
|
||||
@summary MouseMoved events are triggered by Choice when mouse is moved outside the component, XToolkit
|
||||
@library ../../regtesthelpers/
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2004, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 5044150
|
||||
@summary Tests that pupup doesn't popdown if no space to display under
|
||||
@author ssi@sparc.spb.su
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 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
|
||||
@key headful
|
||||
@bug 4851798 8041896
|
||||
@summary Tests Choice List shrinks after removeAll
|
||||
@run main RemoveAllShrinkTest
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2002, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test 1.2 01/02/10
|
||||
@key headful
|
||||
@bug 4902933
|
||||
@summary Test that selecting the current item sends an ItemEvent
|
||||
@author bchristi : area= Choice
|
||||
|
@ -25,6 +25,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6392086 8014725
|
||||
@summary Tests basic DnD functionality in an applet
|
||||
@author Alexey Utkin, Semyon Sadetsky area=dnd
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@ -32,6 +32,7 @@ import java.awt.event.ActionListener;
|
||||
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 7097771
|
||||
@summary setEnabled does not work for components in disabled containers.
|
||||
@author sergey.bylokhov@oracle.com: area=awt.component
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@ -25,6 +25,7 @@
|
||||
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 6383903 8144166
|
||||
@summary REGRESSION: componentMoved is now getting called for some hidden components
|
||||
@author andrei.dmitriev: area=awt.component
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2007, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6533175
|
||||
@summary Block F10 if closest toplevel to keystroke target is not a Frame.
|
||||
@author yuri nesterenko : area= awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 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 1.0 04/05/20
|
||||
@key headful
|
||||
@bug 4140484
|
||||
@summary Heavyweight components inside invisible lightweight containers still show
|
||||
@author Your Name: art@sparc.spb.su
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 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
|
||||
@key headful
|
||||
@bug 6774258
|
||||
@summary api/java_awt/Component/index.html#PaintUpdate fails randomly
|
||||
@author dmitry.cherepanov@...: area=awt.painting
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 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
|
||||
@key headful
|
||||
@bug 6736247
|
||||
@summary Component.printAll Invalid local JNI handle
|
||||
@author Dmitry Cherepanov: area=awt.component
|
||||
|
@ -30,6 +30,7 @@ import static java.util.concurrent.TimeUnit.NANOSECONDS;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8138764
|
||||
*/
|
||||
public final class TreeLockDeadlock extends Frame {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6255653
|
||||
@summary REGRESSION: Override isLightweight() causes access violation in awt.dll
|
||||
@author Andrei Dmitriev: area=awt-component
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4108453
|
||||
* @summary Test ComponentOrientation (Bidi) support in BorderLayout
|
||||
*/
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4108453
|
||||
* @summary Test ComponentOrientation (Bidi) support in FlowLayout
|
||||
*/
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4108453 4778440 6304785
|
||||
* @summary Test Window.applyResourceBundle orientation support
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 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
|
||||
@ -31,6 +31,7 @@ import java.io.ObjectOutputStream;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8059590
|
||||
* @summary ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized.
|
||||
* @author Alexey Ivanov
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6552803
|
||||
@summary moveToFront shouldn't remove peers of HW components
|
||||
@author anthony.petrov@...: area=awt.container
|
||||
|
@ -26,6 +26,7 @@ import java.awt.Cursor;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8039269
|
||||
* @author Sergey Bylokhov
|
||||
*/
|
||||
|
@ -31,6 +31,7 @@ import java.io.PrintStream;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4379403
|
||||
* @run main/othervm DumpOnKey false
|
||||
* @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true true
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 6610244
|
||||
@library ../../regtesthelpers
|
||||
@build Util Sysout AbstractTest
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 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
|
||||
@ -22,14 +22,15 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
@test
|
||||
@bug 4904961
|
||||
@summary Test that Dialog with zero sizes won't be created with negative sizes due to overflow in peer code
|
||||
@author Andrei Dmitriev: area=awt.toplevel
|
||||
@library ../../regtesthelpers
|
||||
@build Util
|
||||
@run main DialogSizeOverflowTest
|
||||
*/
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4904961
|
||||
* @summary Test that Dialog with zero sizes won't be created with negative sizes due to overflow in peer code
|
||||
* @author Andrei Dmitriev: area=awt.toplevel
|
||||
* @library ../../regtesthelpers
|
||||
* @build Util
|
||||
* @run main DialogSizeOverflowTest
|
||||
*/
|
||||
|
||||
import java.awt.*;
|
||||
import java.awt.event.*;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@ -28,6 +28,7 @@ import java.util.TimerTask;
|
||||
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 7080109
|
||||
@summary Dialog.show() lacks doPrivileged() to access system event queue.
|
||||
@author sergey.bylokhov@oracle.com: area=awt.dialog
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6494016
|
||||
@summary Nonresizable dialogs should not be resized using the Size SystemMenu command
|
||||
@author anthony.petrov@...: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2010, 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
|
||||
@key headful
|
||||
@bug 6304473 6727884
|
||||
@summary Tests that an exception on EDT is handled with ThreadGroup.uncaughtException()
|
||||
@author artem.ananiev: area=awt.eventdispatching
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2010, 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
|
||||
@key headful
|
||||
@bug 6424157
|
||||
@author Artem Ananiev: area=eventqueue
|
||||
@run main PreserveDispatchThread
|
||||
|
@ -34,6 +34,7 @@ import javax.swing.SwingUtilities;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8080405
|
||||
* @run main/othervm/policy=java.policy -Djava.security.manager PropertyPermissionOnEDT
|
||||
*/
|
||||
|
@ -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
|
||||
@key headful
|
||||
@bug 4913324
|
||||
@author Oleg Sukhodolsky: area=eventqueue
|
||||
@modules java.desktop/sun.awt
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2006, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6448069
|
||||
@summary namefilter is not called for file dialog on windows
|
||||
@author oleg.sukhodolsky: area= awt.filedialog
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
@ -21,11 +22,13 @@
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/* @test
|
||||
@bug 8025815
|
||||
@summary Child FileDialog of modal dialog does not get focus on Gnome
|
||||
@author Semyon Sadetsky
|
||||
*/
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8025815
|
||||
* @summary Child FileDialog of modal dialog does not get focus on Gnome
|
||||
* @author Semyon Sadetsky
|
||||
*/
|
||||
|
||||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6378278
|
||||
@summary Apparent missing key events causing Bugster to break
|
||||
@author oleg.sukhodolsky: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6382144
|
||||
@summary REGRESSION: InputVerifier and JOptionPane
|
||||
@author oleg.sukhodolsky: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6401036
|
||||
@summary InputVerifier shouldn't be called when requestFocus() is called on comp from another toplevel
|
||||
@author oleg.sukhodolsky: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 6314575
|
||||
@summary Tests that previosly focused owned window doesn't steal focus when an owner's component requests focus.
|
||||
@author Anton.Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2008, 2013, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 4041703 4096228 4025223 4260929
|
||||
@summary Ensures that appletviewer sets a reasonable default focus for an Applet on start
|
||||
@author das area=appletviewer
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2008, 2013, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 4411534 4517274
|
||||
@summary ensures that user's requestFocus() during applet initialization
|
||||
is not ignored
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 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
|
||||
@key headful
|
||||
@bug 8080395
|
||||
@summary consider making sun.awt.CausedFocusEvent functionality public
|
||||
@run main FocusCauseTest
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2004, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 5090325
|
||||
@summary Tests that Window's child can be focused on XAWT.
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 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
|
||||
@key headful
|
||||
@bug 4053856
|
||||
@summary Choice components don't honour key focus
|
||||
@library ../../regtesthelpers
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6496958
|
||||
@summary Tests that breaking the proccess of clearing LW requests doesn't break focus.
|
||||
@author anton.tarasov@...: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2009, 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
|
||||
@key headful
|
||||
@bug 6785058
|
||||
@summary Tests that an owner is activated on closing its owned dialog with the warning icon.
|
||||
@author Anton Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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 6637607
|
||||
@summary Showing a modal dlg on TAB KEY_PRESS shouldn't consume inappropriate KEY_TYPED.
|
||||
@author Anton Tarasov: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 6607170
|
||||
@summary Tests for focus-auto-transfer.
|
||||
@author Anton Tarasov: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2006, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6480534
|
||||
@summary A Frame changing its state from ICONIFIED to NORMAL should regain focus.
|
||||
@author anton.tarasov@...: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2006, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6386592
|
||||
@summary Tests that disposing a dialog doesn't activate its invisible owner.
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1995, 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 FocusOwnerFrameOnClick.java %W% %E%
|
||||
@key headful
|
||||
@bug 6886678
|
||||
@summary Tests that clicking an owner frame switches focus from its owned window.
|
||||
@author Anton Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2004, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 5082319
|
||||
@summary Tests that focus request for already focused component doesn't block key events.
|
||||
@author anton.tarasov@sun.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 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
|
||||
@key headful
|
||||
@bug 8025001
|
||||
@summary Tests java.awt.ContainerOrderFocusTraversalPolicy functionality.
|
||||
@run main ContainerOrderFTPTest
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6463545
|
||||
@summary Tests java.awt.DefaultFocusTraversalPolicy functionality.
|
||||
@author anton.tarasov area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@key headful
|
||||
@bug 7125044
|
||||
@summary Tests defaut focus traversal policy in AWT & Swing toplevel windows.
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6463545
|
||||
@summary Tests javax.swing.LayoutFocusTraversalPolicy functionality.
|
||||
@author anton.tarasov, oleg.sukhodolsky: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@ -22,14 +22,15 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
@test
|
||||
@bug 4752312
|
||||
@summary Tests that after moving non-focusable window it ungrabs mouse pointer
|
||||
@author Denis Mikhalkin: area=awt.focus
|
||||
@library ../../regtesthelpers
|
||||
@build Util
|
||||
@run main FrameJumpingToMouse
|
||||
*/
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4752312
|
||||
* @summary Tests that after moving non-focusable window it ungrabs mouse pointer
|
||||
* @author Denis Mikhalkin: area=awt.focus
|
||||
* @library ../../regtesthelpers
|
||||
* @build Util
|
||||
* @run main FrameJumpingToMouse
|
||||
*/
|
||||
|
||||
import java.applet.Applet;
|
||||
import java.awt.BorderLayout;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6502358
|
||||
@summary focus is not restored after programmatic iconification and restoring
|
||||
@author : area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 6522725
|
||||
@summary Tests for proper request-focus-back on FOCUS_LOST.
|
||||
@author Anton Tarasov: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6432665
|
||||
@summary Inputverifier is not executed when focus owner is removed
|
||||
@author oleg.sukhodolsky: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2006, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6426132
|
||||
@summary Modal blocked window shouldn't steal focus when shown, or brought to front.
|
||||
@author anton.tarasov@...: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2006, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6382750
|
||||
@summary
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2005, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6271849
|
||||
@summary Tests that component in modal excluded Window which parent is blocked responses to mouse clicks.
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 4685768
|
||||
@summary Tests that auto-transfering focus doesn't stuck on a disabled component.
|
||||
@author Anton Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2005, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6272324
|
||||
@summary Modal excluded Window which decorated parent is blocked should be non-focusable.
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 6581927
|
||||
@summary Non-focusable frame should honor the size of the frame buttons/decorations when resizing
|
||||
@library ../../regtesthelpers
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 4452384
|
||||
@summary Tests that non-focusable windows doesn't generate any focus events when accessed.
|
||||
@author Denis.Mikhalkin: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 6182359
|
||||
@summary Tests that Window having non-focusable owner can't be a focus owner.
|
||||
@author Anton.Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2009, 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
|
||||
@key headful
|
||||
@bug 6542975
|
||||
@summary Tests that switching focus from an owned window doesn't crash.
|
||||
@author anton.tarasov@sun.com: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6562853 6562853 6562853
|
||||
@summary Tests that focus can not be set to removed component.
|
||||
@author Oleg Sukhodolsky: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 4685768
|
||||
@summary Tests that it's possible to manually request focus on a disabled component.
|
||||
@author Anton Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6418028
|
||||
@author oleg.sukhodolsky: area=awt.focus
|
||||
@library ../../regtesthelpers
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 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
|
||||
@key headful
|
||||
@bug 8013773
|
||||
@summary Tests that disabled component is not retained as most recent focus owner.
|
||||
@author Anton.Tarasov: area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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 6598089
|
||||
@summary Tests restoring focus on a single disabled coponent
|
||||
@author Anton Tarasov: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6492970
|
||||
@summary Tests that showing a toplvel in a not foreground Java process activates it.
|
||||
@library ../../regtesthelpers
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2002, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 4092033 4529626
|
||||
@summary Tests that toFront makes window focused unless it is non-focusable
|
||||
@author area=awt.focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2006, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6426132
|
||||
@summary A Window should be focused upon start (XAWT bug).
|
||||
@author anton.tarasov@...: area=awt.focus
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 8047288
|
||||
@summary Tests method isFocusable of Window component. It should be accessed only from EDT
|
||||
@author artem.malinko@oracle.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2005, 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
|
||||
@ -24,6 +24,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 6253913
|
||||
@summary Tests that a Window shown before its owner is focusable.
|
||||
@author anton.tarasov@sun.com: area=awt-focus
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 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
|
||||
@key headful
|
||||
@bug 4782886
|
||||
@summary FocusManager consumes wrong KEY_TYPED events
|
||||
@author Oleg.Sukhodolsky: area=awt.focus
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!--
|
||||
|
||||
Copyright (c) 2008, 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
|
||||
@ -22,6 +22,7 @@
|
||||
questions.
|
||||
|
||||
@test
|
||||
@key headful
|
||||
@bug 6522586
|
||||
@run applet bigfont.html
|
||||
@summary Enforce limits on font creation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
* @key headful
|
||||
* @bug 7024749 8019990
|
||||
* @summary JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75
|
||||
* @library ../../regtesthelpers
|
||||
|
@ -1,6 +1,7 @@
|
||||
<html>
|
||||
<!--
|
||||
@test
|
||||
@key headful
|
||||
@bug 4051487 4145670
|
||||
@summary Tests that disposing of an empty Frame or a Frame with a MenuBar
|
||||
while it is being created does not crash the VM.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 6500477
|
||||
@summary Tests whether DynamicLayout is really off
|
||||
@author anthony.petrov@...: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2010, 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
|
||||
@key headful
|
||||
@bug 6895647
|
||||
@summary X11 Frame locations should be what we set them to
|
||||
@author anthony.petrov@oracle.com: area=awt.toplevel
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
/*
|
||||
* Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
@ -21,11 +22,13 @@
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/* @test
|
||||
@bug 8079595
|
||||
@summary Resizing dialog which is JWindow parent makes JVM crash
|
||||
@author Semyon Sadetsky
|
||||
*/
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8079595
|
||||
* @summary Resizing dialog which is JWindow parent makes JVM crash
|
||||
* @author Semyon Sadetsky
|
||||
*/
|
||||
|
||||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@ -25,6 +25,7 @@ import java.awt.Frame;
|
||||
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 7177173
|
||||
@summary setBounds can cause StackOverflow in case of the considerable loading
|
||||
@author Sergey Bylokhov
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright 2009 Red Hat, Inc. All Rights Reserved.
|
||||
* Copyright (c) 2009, 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
|
||||
@ -24,6 +24,7 @@
|
||||
|
||||
/*
|
||||
@test
|
||||
@key headful
|
||||
@bug 6721088
|
||||
@summary X11 Window sizes should be what we set them to
|
||||
@author Omair Majid <omajid@redhat.com>: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@key headful
|
||||
@bug 7177173
|
||||
@summary The maximized state shouldn't be reset upon hiding a frame
|
||||
@author anthony.petrov@oracle.com: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@key headful
|
||||
@bug 7160609
|
||||
@summary A window with huge dimensions shouldn't crash JVM
|
||||
@author anthony.petrov@oracle.com: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
@key headful
|
||||
@bug 7154177
|
||||
@summary An invisible owner frame should never become visible
|
||||
@author anthony.petrov@oracle.com: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 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
|
||||
@key headful
|
||||
@bug 6355340
|
||||
@summary Test correctness of laying out the contents of a frame on maximize
|
||||
@author anthony.petrov@...: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@ -26,6 +26,7 @@ import java.awt.Toolkit;
|
||||
import java.awt.Dimension;
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8066436
|
||||
* @summary Set the size of frame. Set extendedState Frame.MAXIMIZED_BOTH and Frame.NORMAL
|
||||
* sequentially for undecorated Frame and .
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@key headful
|
||||
@bug 4977491
|
||||
@summary State changes should always be reported as events
|
||||
@author anthony.petrov@...: area=awt.toplevel
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 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
|
||||
@ -32,6 +32,7 @@ import java.awt.Robot;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8007219 8146168
|
||||
* @author Alexander Scherbatiy
|
||||
* @summary Frame size reverts meaning of maximized attribute
|
||||
|
@ -30,6 +30,7 @@ import java.awt.Toolkit;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8065739
|
||||
* @summary [macosx] Frame warps to lower left of screen when displayed
|
||||
* @author Alexandr Scherbatiy
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 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
|
||||
@ -31,6 +31,7 @@ import java.awt.Rectangle;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 8022302
|
||||
* @summary Set extendedState Frame.MAXIMIZED_BOTH for undecorated Frame and JFrame.
|
||||
* Check if resulted size is equal to GraphicsEnvironment.getMaximumWindowBounds().
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 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
|
||||
@ -28,6 +28,7 @@ import java.awt.EventQueue;
|
||||
import java.awt.FlowLayout;
|
||||
/*
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 4464710 7102299
|
||||
* @summary Recurring bug is, an undecorated JFrame cannot be set iconified
|
||||
* before setVisible(true)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user