/hg/icedtea6: 2012-01-03 Pavel Tisnovsky <ptisnovs at redhat.com>

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Tue Jan 3 03:55:55 PST 2012


changeset 91e9227e579a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=91e9227e579a
author: ptisnovs
date: Tue Jan 03 13:54:53 2012 +0100

	2012-01-03 Pavel Tisnovsky <ptisnovs at redhat.com>

	 * Makefile.am: Fixed path to excludelist.jdk.jtx file containing
	black list of JDK JTreg tests.


diffstat:

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

diffs (35 lines):

diff -r 95c9b736240d -r 91e9227e579a ChangeLog
--- a/ChangeLog	Fri Dec 23 14:55:03 2011 +0000
+++ b/ChangeLog	Tue Jan 03 13:54:53 2012 +0100
@@ -1,3 +1,8 @@
+2012-01-03  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Fixed path to excludelist.jdk.jtx
+	file containing black list of JDK JTreg tests.
+
 2011-12-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Add RH bug number which alerted us to
diff -r 95c9b736240d -r 91e9227e579a Makefile.am
--- a/Makefile.am	Fri Dec 23 14:55:03 2011 +0000
+++ b/Makefile.am	Tue Jan 03 13:54:53 2012 +0100
@@ -193,7 +193,9 @@
 # Sources list
 
 REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
-JTREG_SRCS = $(top_srcdir)/src/jtreg
+# Relative path to JTreg tool
+JTREG_DIR = src/jtreg
+JTREG_SRCS = $(top_srcdir)/$(JTREG_DIR)
 
 # Patch list
 
@@ -2177,7 +2179,7 @@
 		-w:test/jdk/JTwork -r:test/jdk/JTreport \
 		 \
 		-jdk:$(BUILD_OUTPUT_DIR)/j2sdk-image \
-		-exclude:$(JTREG_SRCS)/excludelist.jdk.jtx \
+		-exclude:$(abs_top_srcdir)/$(JTREG_DIR)/excludelist.jdk.jtx \
 		$(ICEDTEA_JTREG_OPTIONS) \
 		`pwd`/openjdk/jdk/test \
 	    | tee test/$@.log



More information about the distro-pkg-dev mailing list