changeset 1873:cc7232b07731

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
author ptisnovs
date Tue, 02 Feb 2010 14:50:43 +0100
parents ba5d4644582d
children a2659c8bb3c4
files ChangeLog Makefile.am patches/icedtea-6912628-turkcert.patch
diffstat 3 files changed, 24 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 Pavel Tisnovsky <ptisnovs@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@camswl.com>
 
 	* asm_helper.cpp, cppInterpreter_arm.S, thumb2.cpp, bytecodes_arm.def
--- 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 @@
 	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 += \
--- /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.*;