/hg/icedtea6-hg: Remove upstreamed patch 6980392

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jan 13 01:57:50 PST 2011


changeset 8fbbbe4af6bc in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=8fbbbe4af6bc
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 13 09:57:38 2011 +0000

	Remove upstreamed patch 6980392

	2011-01-10 Andrew John Hughes <ahughes at redhat.com>

	 * patches/openjdk/6980392-fix_test6581734.patch:
	Remove upstreamed patch.
		* Makefile.am: Drop above patch.


diffstat:

3 files changed, 6 insertions(+), 22 deletions(-)
ChangeLog                                     |    6 ++++++
Makefile.am                                   |    1 -
patches/openjdk/6980392-fix_test6581734.patch |   21 ---------------------

diffs (49 lines):

diff -r b645d7e86c18 -r 8fbbbe4af6bc ChangeLog
--- a/ChangeLog	Mon Jan 10 23:47:02 2011 +0000
+++ b/ChangeLog	Thu Jan 13 09:57:38 2011 +0000
@@ -1,3 +1,9 @@ 2011-01-10  Andrew John Hughes  <ahughes
+2011-01-10  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/openjdk/6980392-fix_test6581734.patch:
+	Remove upstreamed patch.
+	* Makefile.am: Drop above patch.
+
 2011-01-10  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r b645d7e86c18 -r 8fbbbe4af6bc Makefile.am
--- a/Makefile.am	Mon Jan 10 23:47:02 2011 +0000
+++ b/Makefile.am	Thu Jan 13 09:57:38 2011 +0000
@@ -272,7 +272,6 @@ ICEDTEA_PATCHES = \
 	patches/rendering-engine-tests.patch \
 	patches/openjdk/6800846-printing-quality.patch \
 	patches/661505-jpeg.patch \
-	patches/openjdk/6980392-fix_test6581734.patch \
 	patches/6703377-freetypescaler.patch \
 	patches/ia64-fix.patch
 
diff -r b645d7e86c18 -r 8fbbbe4af6bc patches/openjdk/6980392-fix_test6581734.patch
--- a/patches/openjdk/6980392-fix_test6581734.patch	Mon Jan 10 23:47:02 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User kevinw
-# Date 1282924624 -3600
-# Node ID 21c29458b334f7b1f05a185442ab37ab8de1ea7b
-# Parent  8e5955ddf8e491a54b7e9446424fdee02e6950c8
-6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
-Summary: simple correction in testcase
-Reviewed-by: mchung
-
-diff -r 8e5955ddf8e4 -r 21c29458b334 test/gc/6581734/Test6581734.java
---- openjdk.old/hotspot/test/gc/6581734/Test6581734_.java	2010-10-08 22:29:24.000000000 +0200
-+++ openjdk/hotspot/test/gc/6581734/Test6581734.java	2010-11-11 15:47:15.000000000 +0100
-@@ -121,7 +121,7 @@
-         }
- 
-         if (collectorsWithTime<collectorsFound) {
--            throw new RuntimeException("collectors found with zero time";
-+            throw new RuntimeException("collectors found with zero time");
-         }
-         System.out.println("Test passed.");
-     }



More information about the distro-pkg-dev mailing list