changeset 1444:e62a79c60bf7

2009-03-20 Omair Majid <omajid@redhat.com> * Makefile.am (check-jdk): Change permissions on test input files as required by the native2ascii jtreg tests.
author Omair Majid <omajid@redhat.com>
date Fri, 20 Mar 2009 11:03:33 -0400
parents c1d29ccc9bcb
children 367b143c4238
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Mar 20 10:43:33 2009 -0400
+++ b/ChangeLog	Fri Mar 20 11:03:33 2009 -0400
@@ -1,3 +1,8 @@
+2009-03-20  Omair Majid  <omajid@redhat.com>
+
+	* Makefile.am (check-jdk): Change permissions on test input
+	files as required by the native2ascii jtreg tests. 
+
 2009-03-20  Omair Majid  <omajid@redhat.com>
 
 	* patches/icedtea-jtreg-hatrun.patch: Fix path to java.
--- a/Makefile.am	Fri Mar 20 10:43:33 2009 -0400
+++ b/Makefile.am	Fri Mar 20 11:03:33 2009 -0400
@@ -1735,6 +1735,8 @@
 	    | tee test/$@.log
 
 check-jdk: stamps/jtreg.stamp
+	chmod -w $(abs_top_srcdir)/openjdk/jdk/test/sun/tools/native2ascii/test2
+	chmod -w $(abs_top_srcdir)/openjdk/jdk/test/sun/tools/native2ascii/test3
 	mkdir -p test/jdk/JTwork test/jdk/JTreport
 	$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
 		-w:test/jdk/JTwork -r:test/jdk/JTreport \