8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
Reviewed-by: psadhukhan
This commit is contained in:
parent
b72d99e77b
commit
abdff7905f
test/jdk
@ -857,7 +857,6 @@ java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java 8068378 generic-all
|
||||
java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html 8080185 macosx-all,linux-all
|
||||
javax/swing/JTabbedPane/4666224/bug4666224.html 8144124 macosx-all
|
||||
java/awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java 8162380 generic-all
|
||||
java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java 8163086 macosx-all
|
||||
java/awt/image/VolatileImage/VolatileImageConfigurationTest.java 8171069 macosx-all,linux-all
|
||||
java/awt/Modal/InvisibleParentTest/InvisibleParentTest.java 8172245 linux-all
|
||||
java/awt/print/Dialog/RestoreActiveWindowTest/RestoreActiveWindowTest.java 8185429 macosx-all
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -22,12 +22,12 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* @test %I% %E%
|
||||
* @test
|
||||
* @key headful
|
||||
* @bug 6683728
|
||||
* @summary Tests that a JApplet in a translucent JFrame works properly
|
||||
* @author Kenneth.Russell@sun.com: area=Graphics
|
||||
* @compile -XDignore.symbol.file=true TranslucentJAppletTest.java
|
||||
* @run main/manual/othervm TranslucentJAppletTest
|
||||
* @run main TranslucentJAppletTest
|
||||
*/
|
||||
|
||||
import java.awt.*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user