/hg/icedtea6: 2011-10-14 Pavel Tisnovsky <ptisnovs at redhat.com>

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Oct 14 09:05:16 PDT 2011


changeset 27d1be688a28 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=27d1be688a28
author: ptisnovs
date: Fri Oct 14 18:05:04 2011 +0200

	2011-10-14 Pavel Tisnovsky <ptisnovs at redhat.com>

	 * Makefile.am: Third attempt to fix JTreg make rules
	- added path to JTreg source where black list of JDK JTreg
	tests is stored.


diffstat:

 ChangeLog   |  6 ++++++
 Makefile.am |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 4e3e9cbe7580 -r 27d1be688a28 ChangeLog
--- a/ChangeLog	Fri Oct 14 14:32:39 2011 +0200
+++ b/ChangeLog	Fri Oct 14 18:05:04 2011 +0200
@@ -1,3 +1,9 @@
+2011-10-14  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Third attempt to fix JTreg
+	make rules - added path to JTreg source where
+	black list of JDK JTreg tests is stored.
+
 2011-10-14  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am: Fixed path to excludelist.jdk.jtx
diff -r 4e3e9cbe7580 -r 27d1be688a28 Makefile.am
--- a/Makefile.am	Fri Oct 14 14:32:39 2011 +0200
+++ b/Makefile.am	Fri Oct 14 18:05:04 2011 +0200
@@ -2144,7 +2144,7 @@
 		-w:test/jdk/JTwork -r:test/jdk/JTreport \
 		$${ICEDTEA_JTREG_OTHERVM:--samevm} \
 		-jdk:$(BUILD_OUTPUT_DIR)/j2sdk-image \
-		-exclude:jtreg/excludelist.jdk.jtx \
+		-exclude:$(JTREG_SRCS)/excludelist.jdk.jtx \
 		$(ICEDTEA_JTREG_OPTIONS) \
 		`pwd`/openjdk/jdk/test \
 	    | tee test/$@.log



More information about the distro-pkg-dev mailing list