/hg/icedtea6: Removed patch for obsolete test.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Feb 18 02:40:48 PST 2011


changeset 70ea35e42b14 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=70ea35e42b14
author: ptisnovs
date: Fri Feb 18 11:38:42 2011 +0100

	Removed patch for obsolete test.


diffstat:

3 files changed, 6 insertions(+), 51 deletions(-)
ChangeLog                                 |    6 +++
Makefile.am                               |    1 
patches/jtreg-WindowWithWarningTest.patch |   50 -----------------------------

diffs (78 lines):

diff -r 728aac195993 -r 70ea35e42b14 ChangeLog
--- a/ChangeLog	Fri Feb 18 00:34:56 2011 +0000
+++ b/ChangeLog	Fri Feb 18 11:38:42 2011 +0100
@@ -1,3 +1,9 @@ 2011-02-18  Andrew John Hughes  <ahughes
+2011-02-18  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Updated.
+	* patches/jtreg-WindowWithWarningTest:
+	Removed patch for obsolete test.
+
 2011-02-18  Andrew John Hughes  <ahughes at redhat.com>
 
 	S6444769: java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html fails
diff -r 728aac195993 -r 70ea35e42b14 Makefile.am
--- a/Makefile.am	Fri Feb 18 00:34:56 2011 +0000
+++ b/Makefile.am	Fri Feb 18 11:38:42 2011 +0100
@@ -284,7 +284,6 @@ ICEDTEA_PATCHES = \
 	patches/icedtea-jtreg-international-fonts.patch \
 	patches/openjdk/6967436-6976265-6967434-pisces.patch \
 	patches/f14-fonts.patch \
-	patches/jtreg-WindowWithWarningTest.patch \
 	patches/jtreg-T6638712-fix.patch \
 	patches/jtreg-T6650759m-fix.patch \
 	patches/openjdk/7003777-bad-html-entity-parse.patch \
diff -r 728aac195993 -r 70ea35e42b14 patches/jtreg-WindowWithWarningTest.patch
--- a/patches/jtreg-WindowWithWarningTest.patch	Fri Feb 18 00:34:56 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
---- /dev/null	1970-01-01 01:00:00.000000000 +0100
-+++ openjdk/jdk/test/java/awt/Insets/WindowWithWarningTest/applet.policy	2010-11-26 18:01:32.000000000 +0100
-@@ -0,0 +1,13 @@
-+
-+// Standard extensions get all permissions by default
-+
-+grant codeBase "file:${{java.ext.dirs}}/*" {
-+	permission java.security.AllPermission;
-+};
-+
-+// default permissions granted to all domains
-+
-+grant { 
-+	permission java.awt.AWTPermission "createRobot", "enabled";
-+};
-+
---- openjdk-old/jdk/test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html	2010-06-21 23:15:49.000000000 +0200
-+++ openjdk/jdk/test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html	2010-11-26 18:29:25.622555000 +0100
-@@ -4,7 +4,7 @@
-         @bug 6391770
-         @summary Content of the Window should be laid out in the area left after WarningWindow was added.
-         @author Yuri Nesterenko
--        @run applet WindowWithWarningTest.html
-+        @run applet/othervm/policy=applet.policy WindowWithWarningTest.html
- -->
- 
-   <head>
---- openjdk-old/jdk/test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.java	2010-06-21 23:15:49.000000000 +0200
-+++ openjdk/jdk/test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.java	2010-11-26 18:10:15.000000000 +0100
-@@ -53,6 +53,7 @@
- import java.awt.*;
- import java.awt.event.*;
- import javax.swing.*;
-+import java.security.*;
- 
- //Automated tests should run as applet tests if possible because they
- // get their environments cleaned up, including AWT threads, any
-@@ -91,12 +92,6 @@
-     public void start ()
-     {
-         //Get things going.  Request focus, set size, et cetera
--        System.setSecurityManager( new SecurityManager() {
--        // deny AWTPermission("showWindowWithoutWarningBanner")
--            public boolean checkTopLevelWindow(Object window) {
--                return false;
--            }
--         });
-         JFrame frame = new JFrame("Window Test");
-         frame.setBounds(50, 50, 200, 200);
-         frame.show();



More information about the distro-pkg-dev mailing list