/hg/icedtea6: Patch which corrects regression test hotspot/test/...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Thu Nov 11 08:23:39 PST 2010
changeset 16a6d3db365a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=16a6d3db365a
author: ptisnovs
date: Thu Nov 11 17:23:11 2010 +0100
Patch which corrects regression test
hotspot/test/gc/6581734/Test6581734.
diffstat:
3 files changed, 29 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 3 ++-
patches/openjdk/6980392-fix_test6581734.patch | 21 +++++++++++++++++++++
diffs (51 lines):
diff -r 3b0958812397 -r 16a6d3db365a ChangeLog
--- a/ChangeLog Wed Nov 10 16:07:00 2010 +0000
+++ b/ChangeLog Thu Nov 11 17:23:11 2010 +0100
@@ -1,3 +1,9 @@ 2010-11-10 Andrew John Hughes <ahughes
+2010-11-11 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: Add new patch.
+ * patches/openjdk/6980392-fix_test6581734.patch:
+ Testcase correction - added missing right bracket.
+
2010-11-10 Andrew John Hughes <ahughes at redhat.com>
RH647737
diff -r 3b0958812397 -r 16a6d3db365a Makefile.am
--- a/Makefile.am Wed Nov 10 16:07:00 2010 +0000
+++ b/Makefile.am Thu Nov 11 17:23:11 2010 +0100
@@ -306,7 +306,8 @@ if WITH_ALT_HSBUILD
if WITH_ALT_HSBUILD
ICEDTEA_PATCHES += \
patches/openjdk/6994130-ppc_fix.patch \
- patches/disable-default-compoops.patch
+ patches/disable-default-compoops.patch \
+ patches/openjdk/6980392-fix_test6581734.patch
else
ICEDTEA_PATCHES += \
patches/shark_do_nothing_on_stub_frame.patch \
diff -r 3b0958812397 -r 16a6d3db365a patches/openjdk/6980392-fix_test6581734.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/6980392-fix_test6581734.patch Thu Nov 11 17:23:11 2010 +0100
@@ -0,0 +1,21 @@
+# 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