8076468: Add @modules to tests in jdk_desktop test group
Reviewed-by: yan, alexsch
This commit is contained in:
parent
d6271fa629
commit
bdc20e1849
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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 @@
|
||||
* @bug 8007267
|
||||
* @summary [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
|
||||
* @author leonid.romanov@oracle.com
|
||||
* @modules java.desktop/sun.awt
|
||||
* @run main DefaultMenuBarTest
|
||||
*/
|
||||
|
||||
|
2
jdk/test/com/apple/eawt/TEST.properties
Normal file
2
jdk/test/com/apple/eawt/TEST.properties
Normal file
@ -0,0 +1,2 @@
|
||||
modules=java.desktop
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2015, 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
|
||||
@ -27,6 +27,8 @@
|
||||
@summary The size returned by SecurityWarning.getSize() should not be zero
|
||||
@author anthony.petrov@sun.com: area=awt.toplevel
|
||||
@library ../../../../java/awt/regtesthelpers
|
||||
@modules java.desktop/com.sun.awt
|
||||
java.desktop/sun.awt
|
||||
@build Util CustomSecurityManager CopyClassFile
|
||||
@run main CopyClassFile CustomSecurityManager bootcp/
|
||||
@run main/othervm/secure=CustomSecurityManager -Xbootclasspath/a:bootcp GetSizeShouldNotReturnZero
|
||||
|
2
jdk/test/com/sun/awt/TEST.properties
Normal file
2
jdk/test/com/sun/awt/TEST.properties
Normal file
@ -0,0 +1,2 @@
|
||||
modules=java.desktop
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2008, 2015, 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 @@
|
||||
@bug 6594131
|
||||
@summary Tests the AWTUtilities.get/setWindowOpacity() methods
|
||||
@author anthony.petrov@...: area=awt.toplevel
|
||||
@modules java.desktop/com.sun.awt
|
||||
@run main WindowOpacity
|
||||
*/
|
||||
|
||||
|
2
jdk/test/com/sun/java/swing/TEST.properties
Normal file
2
jdk/test/com/sun/java/swing/TEST.properties
Normal file
@ -0,0 +1,2 @@
|
||||
modules=java.desktop
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2015, 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 @@
|
||||
@bug 6824600
|
||||
@summary OOM occurs when setLookAndFeel() is executed in Windows L&F(XP style)
|
||||
@author Pavel Porvatov
|
||||
@modules java.desktop/com.sun.java.swing.plaf.windows
|
||||
@run main Test6824600
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2015, 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 @@
|
||||
@author Oleg Pekhovskiy: area=awt-choice
|
||||
@library ../../regtesthelpers
|
||||
@library ../../../../lib/testlibrary
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@build jdk.testlibrary.OSInfo
|
||||
@run main ItemStateChangeTest
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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
|
||||
@ -45,6 +45,7 @@ import sun.awt.image.MultiResolutionImage;
|
||||
* @summary [macosx] Custom Cursor HiDPI support
|
||||
* @author Alexander Scherbatiy
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @modules java.desktop/sun.awt.image
|
||||
* @build jdk.testlibrary.OSInfo
|
||||
* @run applet/manual=yesno MultiResolutionCursorTest.html
|
||||
*/
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @summary Incorrect Exception message from java.awt.Desktop.open()
|
||||
* @author Dmitry Markov
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @modules java.desktop/sun.awt
|
||||
* @build jdk.testlibrary.OSInfo
|
||||
* @run main bug8064934
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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.util.concurrent.atomic.AtomicReference;
|
||||
* @test
|
||||
* @bug 8043705
|
||||
* @summary Can't exit color chooser dialog when running as an applet
|
||||
* @modules java.desktop/sun.awt
|
||||
* @run main CloseDialogTest
|
||||
*/
|
||||
public class CloseDialogTest {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 8031694
|
||||
@summary [macosx] TwentyThousandTest test intermittently hangs
|
||||
@author Oleg Pekhovskiy
|
||||
@modules java.desktop/sun.awt
|
||||
@run main EDTShutdownTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 1998, 2015, 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 @@
|
||||
loop does not crash AWT.
|
||||
@author Andrei Dmitriev: area=awt.event
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main LoopRobustness
|
||||
-->
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011,2013 Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011,2015 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 @@
|
||||
* @bug 8004584
|
||||
* @summary Tests 8004584
|
||||
* @author anthony.petrov@oracle.com, petr.pchelko@oracle.com
|
||||
* @modules java.desktop/sun.awt
|
||||
*/
|
||||
|
||||
import java.awt.*;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2015, 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 @@
|
||||
* @bug 4171596 6699589
|
||||
* @summary Checks that the posting of events between the PostEventQueue
|
||||
* @summary and the EventQueue maintains proper ordering.
|
||||
* @modules java.desktop/sun.awt
|
||||
* @run main PostEventOrderingTest
|
||||
* @author fredx
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2015, 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
|
||||
@bug 4913324
|
||||
@author Oleg Sukhodolsky: area=eventqueue
|
||||
@modules java.desktop/sun.awt
|
||||
@run main/timeout=30 PushPopTest
|
||||
*/
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
@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
|
||||
@modules java.desktop/sun.awt
|
||||
@run applet ModalExcludedWindowClickTest.html
|
||||
-->
|
||||
<head>
|
||||
|
@ -27,6 +27,7 @@
|
||||
@bug 6272324
|
||||
@summary Modal excluded Window which decorated parent is blocked should be non-focusable.
|
||||
@author anton.tarasov@sun.com: area=awt.focus
|
||||
@modules java.desktop/sun.awt
|
||||
@run applet NonFocusableBlockedOwnerTest.html
|
||||
-->
|
||||
<head>
|
||||
|
@ -27,6 +27,7 @@
|
||||
@bug 6253913
|
||||
@summary Tests that a Window shown before its owner is focusable.
|
||||
@author anton.tarasov@sun.com: area=awt-focus
|
||||
@modules java.desktop/sun.awt
|
||||
@run applet WindowUpdateFocusabilityTest.html
|
||||
-->
|
||||
<head>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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
|
||||
@ -34,6 +34,8 @@ import sun.java2d.SunGraphics2D;
|
||||
* @bug 8004859
|
||||
* @summary getClipBounds/getClip should return equivalent bounds.
|
||||
* @author Sergey Bylokhov
|
||||
* @modules java.desktop/sun.java2d
|
||||
* java.desktop/sun.java2d.pipe
|
||||
*/
|
||||
public final class Test8004859 {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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
|
||||
@ -33,6 +33,7 @@ import sun.java2d.SunGraphics2D;
|
||||
* @bug 8000629
|
||||
* @summary Set/get transform should work on constrained graphics.
|
||||
* @author Sergey Bylokhov
|
||||
* @modules java.desktop/sun.java2d
|
||||
*/
|
||||
public class TransformSetGet {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2003, 2015, 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 @@
|
||||
@summary Tests that type-ahead for dialog works and doesn't block program
|
||||
@author area=awt.focus
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run applet TestDialogTypeAhead.html
|
||||
-->
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2015, 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 @@
|
||||
@author andrei.dmitriev: area=awt.menu
|
||||
@library ../../regtesthelpers
|
||||
@library ../../../../lib/testlibrary
|
||||
@modules java.desktop/sun.awt
|
||||
@build jdk.testlibrary.OSInfo
|
||||
@build Util
|
||||
@run main OpensWithNoGrab
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JButton
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JButtonInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JButton
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JButtonOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JColorChooser
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JColorChooserOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -43,6 +43,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JComboBoxOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JEditorPaneInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JEditorPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -45,6 +45,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JGlassPaneInternalFrameOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -46,6 +46,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JGlassPaneMoveOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -42,6 +42,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JInternalFrameMoveOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -41,6 +41,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JInternalFrameOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JLabelInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JLabelOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JList
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JListInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JList
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JListOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -48,6 +48,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JMenuBarOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JPanel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JPanelInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JPanel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JPanelOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -45,6 +45,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JPopupMenuOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JProgressBar
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JProgressBarInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JProgressBar
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JProgressBarOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -37,6 +37,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JScrollBar
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JScrollBarInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -36,6 +36,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JScrollBar
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JScrollBarOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -43,6 +43,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JScrollPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JScrollPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JSlider
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JSliderInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JSlider
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JSliderOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -36,6 +36,7 @@ import javax.swing.event.ChangeListener;
|
||||
@summary Simple Overlapping test for javax.swing.JSpinner
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JSpinnerInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -35,6 +35,7 @@ import javax.swing.event.ChangeListener;
|
||||
@summary Simple Overlapping test for javax.swing.JSpinner
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JSpinnerOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -49,6 +49,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Overlapping test for javax.swing.JSplitPane
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JSplitPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -36,6 +36,7 @@ import javax.swing.event.TableModelListener;
|
||||
@summary Simple Overlapping test for JTable
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JTableInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 javax.swing.*;
|
||||
@summary Simple Overlapping test for JTable
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JTableOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JTextAreaInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JTextAreaOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -34,6 +34,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JTextFieldInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JLabel
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JTextFieldOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -33,6 +33,7 @@ import javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JToggleButton
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JToggleButtonInGlassPaneOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 javax.swing.*;
|
||||
@summary Simple Overlapping test for javax.swing.JToggleButton
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main JToggleButtonOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -42,6 +42,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Issues when resizing the JFrame with HW components
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main MixingFrameResizing
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -46,6 +46,8 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@bug 6776743
|
||||
@summary Opaque overlapping test for each AWT component
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/com.sun.awt
|
||||
java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main OpaqueOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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,8 @@
|
||||
@bug 6994264
|
||||
@summary Opaque overlapping test for Choice AWT component
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/com.sun.awt
|
||||
java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main OpaqueOverlappingChoice
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -51,6 +51,7 @@ import test.java.awt.regtesthelpers.Util;
|
||||
@summary Viewport overlapping test for each AWT component
|
||||
@author sergey.grinev@oracle.com: area=awt.mixing
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main ViewportOverlapping
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2015, 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
|
||||
@ -27,6 +27,7 @@
|
||||
@summary Tests whether opaque and non-opaque components mix correctly
|
||||
@author anthony.petrov@...: area=awt.mixing
|
||||
@library ../regtesthelpers
|
||||
@modules java.desktop/com.sun.awt
|
||||
@build Util
|
||||
@run main OpaqueTest
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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
|
||||
@ -38,6 +38,7 @@ import javax.swing.*;
|
||||
* @summary Native Mac OS X full screen does not work after showing the splash
|
||||
* @library ../
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @modules java.desktop/sun.awt
|
||||
* @build jdk.testlibrary.OSInfo
|
||||
* @build GenerateTestImage
|
||||
* @run main GenerateTestImage
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -44,6 +44,7 @@ import sun.java2d.SunGraphics2D;
|
||||
* @author Alexander Scherbatiy
|
||||
* @summary [macosx] java -splash does not honor 2x hi dpi notation for retina
|
||||
* support
|
||||
* @modules java.desktop/sun.java2d
|
||||
* @run main MultiResolutionSplashTest GENERATE_IMAGES
|
||||
* @run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0
|
||||
* @run main/othervm -splash:splash2 MultiResolutionSplashTest TEST_SPLASH 1
|
||||
|
2
jdk/test/java/awt/TEST.properties
Normal file
2
jdk/test/java/awt/TEST.properties
Normal file
@ -0,0 +1,2 @@
|
||||
modules=java.desktop
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2015, 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 @@
|
||||
@bug 6541903
|
||||
@summary Tests if the realSync() throws the IllegalThreadException while invoked on the EDT
|
||||
@author anthony.petrov: area=awt.toolkit
|
||||
@modules java.desktop/sun.awt
|
||||
@run main/timeout=10 RealSyncOnEDT
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2015, 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 @@
|
||||
@bug 6252005
|
||||
@summary Tests that realSync feature works
|
||||
@author denis.mikhalkin: area=awt.toolkit
|
||||
@modules java.desktop/sun.awt
|
||||
@run main/timeout=6000 Test
|
||||
*/
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
@bug 4632143
|
||||
@summary Unit test for the RFE window/frame/dialog always on top
|
||||
@author dom@sparc.spb.su: area=awt.toplevel
|
||||
@modules java.desktop/sun.awt
|
||||
@run main AutoTestOnTop
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2015, 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
|
||||
@ -27,6 +27,7 @@
|
||||
@summary Tests that SunToolkit.grab API works
|
||||
@author anton.tarasov@oracle.com: area=awt.toolkit
|
||||
@library ../../regtesthelpers
|
||||
@modules java.desktop/sun.awt
|
||||
@build Util
|
||||
@run main GrabTest
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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
|
||||
* @bug 8013563
|
||||
* @summary Tests that windows are removed from windows list
|
||||
* @modules java.desktop/sun.awt
|
||||
* @run main/othervm -Xms32M -Xmx32M WindowsLeak
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2008, 2015, 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
|
||||
@ -27,6 +27,8 @@
|
||||
# @bug 6193279 6619458
|
||||
# @summary REGRESSION: AppletViewer throws IOException when path is encoded URL
|
||||
# @author Dmitry Cherepanov: area=appletviewer
|
||||
# @modules java.base/sun.net.www
|
||||
# java.desktop
|
||||
# @run compile IOExceptionIfEncodedURLTest.java
|
||||
# @run main IOExceptionIfEncodedURLTest
|
||||
# @run shell IOExceptionIfEncodedURLTest.sh
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2015, 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
|
||||
@ -29,6 +29,7 @@ import java.awt.datatransfer.*;
|
||||
* @test
|
||||
* @summary To test the basic Clipboard functions
|
||||
* @author Kanishk Jethi (kanishk.jethi@sun.com) area=Clipboard
|
||||
* @modules java.datatransfer
|
||||
* @run main BasicClipboardTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4181601
|
||||
@summary tests that DataFlavor.clone method doesn't throw exception
|
||||
@author xianfa: area=
|
||||
@modules java.datatransfer
|
||||
@run main DataFlavorCloneTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4175731
|
||||
@summary DataFlavor.equals(null) throws NullPointerException
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main DataFlavorEqualsNullTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4175341
|
||||
@summary DataFlavor.equals throws NullPointerException
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main DataFlavorEqualsTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4172848
|
||||
@summary DataFlavor.isFlavorJavaFileListType works wrong
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main DataFlavorFileListTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4174020
|
||||
@summary DataFlavor.isMimeTypeSerializedObject works wrong
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main DataFlavorSerializedTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4250750
|
||||
@summary tests that DataFlavor.match() does not throw NPE.
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main DefaultMatchTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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.datatransfer.DataFlavor;
|
||||
* @bug 8038999
|
||||
* @summary DataFlavor.equals is not symmetric
|
||||
* @author Petr Pchelko <petr.pchelko@oracle.com>
|
||||
* @modules java.datatransfer
|
||||
*/
|
||||
public class EqualsHashCodeSymmetryTest {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4274267
|
||||
@summary Tests that externalized DataFlavor is restored properly
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main ExternalizeTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4260874
|
||||
@summary Tests that DataFlavor.getReaderForText do not throw NPE when transferObject is null
|
||||
@author tdv@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main GetReaderForTextIAEForStringSelectionTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4260874
|
||||
@summary Tests that DataFlavor.getReaderForText do not throw NPE when transferObject is null
|
||||
@author tdv@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main GetReaderForTextNPETest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -27,6 +27,7 @@
|
||||
@summary Tests that long (more than 64K) MimeType can be serialized
|
||||
and deserialized.
|
||||
@author gas@sparc.spb.su area=datatransfer
|
||||
@modules java.datatransfer
|
||||
@run main MimeTypeSerializationTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4212613
|
||||
@summary tests that DataFlavor(String) doesn't through Exception if no "class=" specified.
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main NoClassParameterTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4260860
|
||||
@summary tests that DataFlavor.normalizeMimeTypeParameter() returns parm value
|
||||
@author ssi@sparc.spb.su area=
|
||||
@modules java.datatransfer
|
||||
@run main NormalizeMimeTypeParameter
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4274234
|
||||
@summary Tests that DataFlavor.getReaderForText() doesn't throw UnsupportedEncodingException for unicode text
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main ReaderForUnicodeText
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4370469
|
||||
@summary tests that selectBestTextFlavor doesn't throw NPE
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main SelectBestFlavorNPETest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
is a null array or an empty array or an array which doesn't contain
|
||||
a text flavor in a supported encoding.
|
||||
@author das@sparc.spb.su area=datatransfer
|
||||
@modules java.datatransfer
|
||||
@run main SelectBestTextFlavorBadArrayTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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 @@
|
||||
@bug 4250768
|
||||
@summary tests that DataFlavor.toString() does not throw NPE
|
||||
@author prs@sparc.spb.su: area=
|
||||
@modules java.datatransfer
|
||||
@run main ToStringNullPointerTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2015, 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
|
||||
@ -27,6 +27,7 @@ import java.awt.datatransfer.Clipboard;
|
||||
* @test
|
||||
* @summary Check Clipboard constructor and getName() method do not throw
|
||||
* exceptions in headless mode
|
||||
* @modules java.datatransfer
|
||||
* @run main/othervm -Djava.awt.headless=true HeadlessClipboard
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2015, 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
|
||||
@ -27,6 +27,7 @@ import java.awt.datatransfer.DataFlavor;
|
||||
* @test
|
||||
* @summary Check that DataFlavor constructors do not throw unexpected exceptions
|
||||
* in headless mode
|
||||
* @modules java.datatransfer
|
||||
* @run main/othervm -Djava.awt.headless=true HeadlessDataFlavor
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2015, 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.datatransfer.SystemFlavorMap;
|
||||
* @test
|
||||
* @summary Check that SystemFlavorMap constructor does not throw unexpected
|
||||
* exceptions in headless mode
|
||||
* @modules java.datatransfer
|
||||
* @run main/othervm -Djava.awt.headless=true HeadlessSystemFlavorMap
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2015, 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
|
||||
@ -37,6 +37,7 @@ import java.util.Vector;
|
||||
* adding new mappings, one-way and two-way, and to update
|
||||
* existing mappings.
|
||||
* @author Rick Reynaga (rick.reynaga@eng.sun.com) area=Clipboard
|
||||
* @modules java.datatransfer
|
||||
* @run main AddFlavorForNativeTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2015, 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
|
||||
@ -38,6 +38,7 @@ import java.nio.charset.Charset;
|
||||
* that all entries are present, and order is maintained.
|
||||
* @author Rick Reynaga (rick.reynaga@eng.sun.com) area=Clipboard
|
||||
* @author dmitriy.ermashov@oracle.com
|
||||
* @modules java.datatransfer
|
||||
* @run main AddFlavorTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2015, 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
|
||||
@ -37,6 +37,7 @@ import java.util.Vector;
|
||||
* adding new mappings, one-way and two-way, and to update
|
||||
* existing mappings.
|
||||
* @author Rick Reynaga (rick.reynaga@eng.sun.com) area=Clipboard
|
||||
* @modules java.datatransfer
|
||||
* @run main AddNativeForFlavorTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2015, 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
|
||||
@ -36,6 +36,7 @@ import java.util.*;
|
||||
* DataFlavors. The mappings will be verified by examining
|
||||
* that all entries are present.
|
||||
* @author Rick Reynaga (rick.reynaga@eng.sun.com) area=Clipboard
|
||||
* @modules java.datatransfer
|
||||
* @run main AddNativeTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2015, 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
|
||||
@ -27,6 +27,7 @@
|
||||
@summary tests that addUnencodedNativeForFlavor()/addFlavorForUnencodedNative()
|
||||
do not allow to duplicate mappings
|
||||
@author das@sparc.spb.su area=datatransfer
|
||||
@modules java.datatransfer
|
||||
@run main DuplicateMappingTest
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2015, 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.util.Map;
|
||||
* @bug 8028230
|
||||
* @summary Checks that SystemFlavorMap.getNativesForFlavor returns a list without duplicates
|
||||
* @author Petr Pchelko
|
||||
* @modules java.datatransfer
|
||||
* @run main DuplicatedNativesTest
|
||||
*/
|
||||
public class DuplicatedNativesTest {
|
||||
|
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