changeset in /hg/icedtea6: 2009-03-06 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Fri Mar 6 02:37:10 PST 2009


changeset 52cac9f018fd in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=52cac9f018fd
description:
	2009-03-06  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (check-*): Pass $(ICEDTEA_JTREG_OPTIONS), unset
	        by default.

diffstat:

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

diffs (39 lines):

diff -r 0507febca60d -r 52cac9f018fd ChangeLog
--- a/ChangeLog	Thu Mar 05 17:53:03 2009 +0100
+++ b/ChangeLog	Fri Mar 06 11:33:48 2009 +0100
@@ -1,3 +1,8 @@ 2009-03-05  Matthias Klose  <doko at ubuntu
+2009-03-06  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (check-*): Pass $(ICEDTEA_JTREG_OPTIONS), unset
+	by default.
+
 2009-03-05  Matthias Klose  <doko at ubuntu.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the
diff -r 0507febca60d -r 52cac9f018fd Makefile.am
--- a/Makefile.am	Thu Mar 05 17:53:03 2009 +0100
+++ b/Makefile.am	Fri Mar 06 11:33:48 2009 +0100
@@ -1710,6 +1710,7 @@ check-hotspot: stamps/jtreg.stamp
 	$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
 		-w:test/hotspot/JTwork -r:test/hotspot/JTreport \
 		-jdk:`pwd`/$(BUILD_OUTPUT_DIR)/j2sdk-image \
+		$(ICEDTEA_JTREG_OPTIONS) \
 		`pwd`/openjdk/hotspot/test \
 	    | tee test/$@.log
 
@@ -1718,6 +1719,7 @@ check-langtools: stamps/jtreg.stamp
 	$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
 		-w:test/langtools/JTwork -r:test/langtools/JTreport \
 		-s -jdk:`pwd`/$(BUILD_OUTPUT_DIR)/j2sdk-image \
+		$(ICEDTEA_JTREG_OPTIONS) \
 		`pwd`/openjdk/langtools/test \
 	    | tee test/$@.log
 
@@ -1726,6 +1728,7 @@ check-jdk: stamps/jtreg.stamp
 	$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
 		-w:test/jdk/JTwork -r:test/jdk/JTreport \
 		-s -jdk:`pwd`/$(BUILD_OUTPUT_DIR)/j2sdk-image \
+		$(ICEDTEA_JTREG_OPTIONS) \
 		`pwd`/openjdk/jdk/test \
 	    | tee test/$@.log
 



More information about the distro-pkg-dev mailing list