8157137: [PIT] [TEST_BUG] compilation failed for some tests from jdk/test/java/awt/mixing/AWT_Mixing (can't find Helper)

Reviewed-by: ssadetsky
This commit is contained in:
Yuri Nesterenko 2016-07-14 17:15:31 +03:00
parent b172f7afd8
commit 99bcaacabf
8 changed files with 16 additions and 8 deletions

View File

@ -45,9 +45,10 @@ import test.java.awt.regtesthelpers.Util;
* @bug 6637655 6985776
* @summary Overlapping test for javax.swing.JScrollPane
* @author sergey.grinev@oracle.com: area=awt.mixing
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/sun.awt
* java.desktop/java.awt.peer
* @build java.desktop/java.awt.Helper
* @build Util
* @run main JGlassPaneInternalFrameOverlapping
*/

View File

@ -46,9 +46,10 @@ import test.java.awt.regtesthelpers.Util;
* @bug 6637655 6981919
* @summary Overlapping test for javax.swing.JScrollPane
* @author sergey.grinev@oracle.com: area=awt.mixing
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/sun.awt
* java.desktop/java.awt.peer
* @build java.desktop/java.awt.Helper
* @build Util
* @run main JGlassPaneMoveOverlapping
*/

View File

@ -42,9 +42,10 @@ import test.java.awt.regtesthelpers.Util;
* @bug 6985399
* @summary Overlapping test for javax.swing.JScrollPane
* @author sergey.grinev@oracle.com: area=awt.mixing
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/sun.awt
* java.desktop/java.awt.peer
* @build java.desktop/java.awt.Helper
* @build Util
* @run main JInternalFrameMoveOverlapping
*/

View File

@ -41,9 +41,10 @@ import test.java.awt.regtesthelpers.Util;
* @key headful
* @summary Overlapping test for javax.swing.JScrollPane
* @author sergey.grinev@oracle.com: area=awt.mixing
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/sun.awt
* java.desktop/java.awt.peer
* @build java.desktop/java.awt.Helper
* @build Util
* @run main JInternalFrameOverlapping
*/

View File

@ -43,9 +43,10 @@ import test.java.awt.regtesthelpers.Util;
* @key headful
* @summary Overlapping test for javax.swing.JScrollPane
* @author sergey.grinev@oracle.com: area=awt.mixing
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/sun.awt
* java.desktop/java.awt.peer
* @build java.desktop/java.awt.Helper
* @build Util
* @run main JScrollPaneOverlapping
*/

View File

@ -50,9 +50,10 @@ import test.java.awt.regtesthelpers.Util;
* @bug 6986109
* @summary Overlapping test for javax.swing.JSplitPane
* @author sergey.grinev@oracle.com: area=awt.mixing
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/sun.awt
* java.desktop/java.awt.peer
* @build java.desktop/java.awt.Helper
* @build Util
* @run main JSplitPaneOverlapping
*/

View File

@ -46,10 +46,11 @@ import test.java.awt.regtesthelpers.Util;
* @key headful
* @bug 6776743
* @summary Opaque overlapping test for each AWT component
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/com.sun.awt
* java.desktop/java.awt.peer
* java.desktop/sun.awt
* @build java.desktop/java.awt.Helper
* @build Util
* @run main OpaqueOverlapping
*/

View File

@ -32,10 +32,11 @@
* @key headful
* @bug 6994264
* @summary Opaque overlapping test for Choice AWT component
* @library ../../regtesthelpers
* @library /java/awt/patchlib ../../regtesthelpers
* @modules java.desktop/com.sun.awt
* java.desktop/java.awt.peer
* java.desktop/sun.awt
* @build java.desktop/java.awt.Helper
* @build Util
* @run main OpaqueOverlappingChoice
*/