/hg/icedtea6: 6912628: test/java/util/jar/JarFile/TurkCert.java ...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Tue Feb 2 05:51:03 PST 2010
changeset cc7232b07731 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=cc7232b07731
author: ptisnovs
date: Tue Feb 02 14:50:43 2010 +0100
6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in
samevm mode Summary: Added tag to run this test in othervm Reviewed-
by: chega
diffstat:
3 files changed, 24 insertions(+), 1 deletion(-)
ChangeLog | 8 ++++++++
Makefile.am | 3 ++-
patches/icedtea-6912628-turkcert.patch | 14 ++++++++++++++
diffs (46 lines):
diff -r ba5d4644582d -r cc7232b07731 ChangeLog
--- a/ChangeLog Tue Feb 02 11:08:36 2010 +0000
+++ b/ChangeLog Tue Feb 02 14:50:43 2010 +0100
@@ -1,3 +1,11 @@ 2010-02-02 Edward Nevill <ed at camswl.com
+2010-02-02 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: Add new patches.
+ * patches/icedtea-6912628-turkcert.patch:
+ Fix for Sun bug: 6912628: test case correction
+ test/java/util/jar/JarFile/TurkCert.java cannot be run in
+ samevm mode. Added tag to run this test in othervm
+
2010-02-02 Edward Nevill <ed at camswl.com>
* asm_helper.cpp, cppInterpreter_arm.S, thumb2.cpp, bytecodes_arm.def
diff -r ba5d4644582d -r cc7232b07731 Makefile.am
--- a/Makefile.am Tue Feb 02 11:08:36 2010 +0000
+++ b/Makefile.am Tue Feb 02 14:50:43 2010 +0100
@@ -312,7 +312,8 @@ ICEDTEA_PATCHES = \
patches/libpng.patch \
patches/icedtea-6920143-using-with-mouse.patch \
patches/icedtea-6920172-location-relative-to-test.patch \
- patches/icedtea-6920172-turkish.patch
+ patches/icedtea-6920172-turkish.patch \
+ patches/icedtea-6912628-turkcert.patch
if WITH_RHINO
ICEDTEA_PATCHES += \
diff -r ba5d4644582d -r cc7232b07731 patches/icedtea-6912628-turkcert.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-6912628-turkcert.patch Tue Feb 02 14:50:43 2010 +0100
@@ -0,0 +1,14 @@
+6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode
+Summary: Added tag to run this test in othervm
+Reviewed-by: chegar
+
+--- openjdk.orig/jdk/test/java/util/jar/JarFile/TurkCert.java 2010-02-02 12:02:47.216585000 +0100
++++ openjdk/jdk/test/java/util/jar/JarFile/TurkCert.java 2010-02-02 12:02:46.933586000 +0100
+@@ -26,6 +26,7 @@
+ * @bug 4624534
+ * @summary Make sure jar certificates work for Turkish locale
+ * @author kladko
++ * @run main/othervm TurkCert
+ */
+
+ import java.util.*;
More information about the distro-pkg-dev
mailing list