Skip to content

Commit

Permalink
8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTes…
Browse files Browse the repository at this point in the history
…t.java fails

Reviewed-by: psadhukhan
  • Loading branch information
jayathirthrao committed Apr 15, 2021
1 parent b72d99e commit abdff79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.*;
Expand Down

1 comment on commit abdff79

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.