changeset in /hg/icedtea6: 2009-03-20 Omair Majid <omajid at redh...

Omair Majid omajid at redhat.com
Fri Mar 20 08:05:14 PDT 2009


changeset e62a79c60bf7 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=e62a79c60bf7
description:
	2009-03-20  Omair Majid  <omajid at redhat.com>

	    * Makefile.am (check-jdk): Change permissions on test input
	    files as required by the native2ascii jtreg tests.

diffstat:

2 files changed, 7 insertions(+)
ChangeLog   |    5 +++++
Makefile.am |    2 ++

diffs (24 lines):

diff -r c1d29ccc9bcb -r e62a79c60bf7 ChangeLog
--- 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 at redhat.
+2009-03-20  Omair Majid  <omajid at 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 at redhat.com>
 
 	* patches/icedtea-jtreg-hatrun.patch: Fix path to java.
diff -r c1d29ccc9bcb -r e62a79c60bf7 Makefile.am
--- 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 @@ check-langtools: stamps/jtreg.stamp
 	    | 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 \



More information about the distro-pkg-dev mailing list