8186549: move ExtendedRobot closer to tests
Reviewed-by: serb
This commit is contained in:
parent
5d603b77d9
commit
a4b9ae8bb3
test/jdk/java/awt
Component/PaintAll
Frame
DecoratedExceptions
DisposeParentGC
FramesGC
MaximizedUndecorated
MiscUndecorated
GraphicsDevice
List/SetBackgroundTest
Modal
FileDialog
FileDialogAppModal1Test.javaFileDialogAppModal2Test.javaFileDialogAppModal3Test.javaFileDialogAppModal4Test.javaFileDialogAppModal5Test.javaFileDialogAppModal6Test.javaFileDialogDocModal1Test.javaFileDialogDocModal2Test.javaFileDialogDocModal3Test.javaFileDialogDocModal4Test.javaFileDialogDocModal5Test.javaFileDialogDocModal6Test.javaFileDialogDocModal7Test.javaFileDialogModal1Test.javaFileDialogModal2Test.javaFileDialogModal3Test.javaFileDialogModal4Test.javaFileDialogModal5Test.javaFileDialogModal6Test.javaFileDialogNonModal1Test.javaFileDialogNonModal2Test.javaFileDialogNonModal3Test.javaFileDialogNonModal4Test.javaFileDialogNonModal5Test.javaFileDialogNonModal6Test.javaFileDialogNonModal7Test.javaFileDialogTKModal1Test.javaFileDialogTKModal2Test.javaFileDialogTKModal3Test.javaFileDialogTKModal4Test.javaFileDialogTKModal5Test.javaFileDialogTKModal6Test.javaFileDialogTKModal7Test.java
ModalBlockingTests
BlockingDDAppModalTest.javaBlockingDDDocModalTest.javaBlockingDDModelessTest.javaBlockingDDNonModalTest.javaBlockingDDSetModalTest.javaBlockingDDToolkitModalTest.javaBlockingDFAppModalTest.javaBlockingDFSetModalTest.javaBlockingDFToolkitModalTest.javaBlockingDFWModeless1Test.javaBlockingDFWModeless2Test.javaBlockingDFWNonModal1Test.javaBlockingDFWNonModal2Test.javaBlockingDocModalTest.javaBlockingFDAppModalTest.javaBlockingFDDocModalTest.javaBlockingFDModelessTest.javaBlockingFDNonModalTest.javaBlockingFDSetModalTest.javaBlockingFDToolkitModalTest.javaBlockingFDWDocModal1Test.javaBlockingFDWDocModal2Test.javaBlockingFDWDocModal3Test.javaBlockingFDWDocModal4Test.javaBlockingFDWModeless1Test.javaBlockingFDWModeless2Test.javaBlockingFDWModeless3Test.javaBlockingFDWModeless4Test.javaBlockingFDWNonModal1Test.javaBlockingFDWNonModal2Test.javaBlockingFDWNonModal3Test.javaBlockingFDWNonModal4Test.javaBlockingWindowsAppModal1Test.javaBlockingWindowsAppModal2Test.javaBlockingWindowsAppModal3Test.javaBlockingWindowsAppModal4Test.javaBlockingWindowsAppModal5Test.javaBlockingWindowsAppModal6Test.javaBlockingWindowsDocModal1Test.javaBlockingWindowsDocModal2Test.javaBlockingWindowsSetModal1Test.javaBlockingWindowsSetModal2Test.javaBlockingWindowsSetModal3Test.javaBlockingWindowsSetModal4Test.javaBlockingWindowsSetModal5Test.javaBlockingWindowsSetModal6Test.javaBlockingWindowsToolkitModal1Test.javaBlockingWindowsToolkitModal2Test.javaBlockingWindowsToolkitModal3Test.javaBlockingWindowsToolkitModal4Test.javaBlockingWindowsToolkitModal5Test.javaBlockingWindowsToolkitModal6Test.javaUnblockedDialogAppModalTest.javaUnblockedDialogDocModalTest.javaUnblockedDialogModelessTest.javaUnblockedDialogNonModalTest.java
@ -47,7 +47,7 @@ import java.awt.image.BufferedImage;
|
||||
@bug 6596915
|
||||
@summary Test Component.paintAll() method
|
||||
@author sergey.bylokhov@oracle.com: area=awt.component
|
||||
@library ../../../../lib/testlibrary/
|
||||
@library /lib/client/
|
||||
@build ExtendedRobot
|
||||
@run main PaintAll
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@ import java.awt.*;
|
||||
* @summary An attempt to set non-trivial background, shape, or translucency
|
||||
* to a decorated toplevel should end with an exception.
|
||||
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main DecoratedExceptions
|
||||
*/
|
||||
|
@ -35,7 +35,7 @@ import java.util.Vector;
|
||||
* added to it & each components are setted with different cursors types.
|
||||
* Dispose the parent & collect GC. Garbage collection should happen
|
||||
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main/othervm -Xmx20m DisposeParentGC
|
||||
*/
|
||||
|
@ -33,7 +33,7 @@ import java.util.Vector;
|
||||
* @key headful
|
||||
* @summary Verify that disposed frames are collected with GC
|
||||
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main/othervm -Xmx20m FramesGC
|
||||
*/
|
||||
|
@ -36,7 +36,7 @@ import java.lang.reflect.InvocationTargetException;
|
||||
* @summary Set extendedState Frame.MAXIMIZED_BOTH for undecorated Frame and JFrame.
|
||||
* Check if resulted size is equal to GraphicsEnvironment.getMaximumWindowBounds().
|
||||
*
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main MaximizedUndecorated
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @summary To check proper WINDOW_EVENTS are triggered when Frame gains or losses the focus
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main ActiveAWTWindowTest
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main ActiveSwingWindowTest
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @summary To make sure Undecorated Frame triggers correct windows events while closing
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT*
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main FrameCloseTest
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
* all the components on it are repainted correctly
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main RepaintTest
|
||||
*/
|
||||
|
@ -33,7 +33,7 @@ import java.awt.GraphicsEnvironment;
|
||||
* @key headful
|
||||
* @bug 8019587
|
||||
* @author Sergey Bylokhov
|
||||
* @library ../../../lib/testlibrary/
|
||||
* @library /lib/client/
|
||||
* @build ExtendedRobot
|
||||
* @run main IncorrectDisplayModeExitFullscreen
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
@requires (os.family == "linux") | (os.family == "solaris")
|
||||
@summary List does not honor user specified background, foreground colors on XToolkit
|
||||
@author Dmitry Cherepanov area=awt.list
|
||||
@library ../../../../lib/testlibrary
|
||||
@library /lib/client
|
||||
@build ExtendedRobot
|
||||
@run main SetBackgroundTest
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -29,7 +29,7 @@ import java.awt.Dialog;
|
||||
* @bug 8054359 7186009
|
||||
* @summary Check whether a FileDialog set to document modality behaves as expected.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -29,7 +29,7 @@ import java.awt.Dialog;
|
||||
* @bug 8054359
|
||||
* @summary Check whether a modeless FileDialog behaves as expected.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -29,7 +29,7 @@ import java.awt.Dialog;
|
||||
* @bug 8054359 7186009
|
||||
* @summary Check whether a FileDialog set to toolkit modality behaves as expected.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -30,7 +30,7 @@
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -34,7 +34,7 @@ import static jdk.test.lib.Asserts.*;
|
||||
* whether all the windows lying down the document root
|
||||
* (Frame) get blocked.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -30,7 +30,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -31,7 +31,7 @@
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
||||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -30,7 +30,7 @@ import java.awt.Dialog;
|
||||
* @summary Check whether an application modal Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -30,7 +30,7 @@ import java.awt.Dialog;
|
||||
* @summary Check whether a document modal Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -30,7 +30,7 @@ import java.awt.Dialog;
|
||||
* @summary Check whether a modeless Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @summary Check whether a non-modal Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
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