/hg/icedtea6: 2011-10-14 Pavel Tisnovsky <ptisnovs at redhat.com>
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Fri Oct 14 05:33:10 PDT 2011
changeset 4e3e9cbe7580 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=4e3e9cbe7580
author: ptisnovs
date: Fri Oct 14 14:32:39 2011 +0200
2011-10-14 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 | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 642761211a7d -r 4e3e9cbe7580 ChangeLog
--- a/ChangeLog Fri Oct 14 11:36:38 2011 +0200
+++ b/ChangeLog Fri Oct 14 14:32:39 2011 +0200
@@ -1,3 +1,8 @@
+2011-10-14 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: Fixed path to excludelist.jdk.jtx
+ file containing black list of JDK Jtreg tests.
+
2011-10-14 Pavel Tisnovsky <ptisnovs at redhat.com>
* Makefile.am: Fixed ./configure error caused by
diff -r 642761211a7d -r 4e3e9cbe7580 Makefile.am
--- a/Makefile.am Fri Oct 14 11:36:38 2011 +0200
+++ b/Makefile.am Fri Oct 14 14:32:39 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:$(abs_top_srcdir)/test/jtreg/excludelist.jdk.jtx \
+ -exclude:jtreg/excludelist.jdk.jtx \
$(ICEDTEA_JTREG_OPTIONS) \
`pwd`/openjdk/jdk/test \
| tee test/$@.log
More information about the distro-pkg-dev
mailing list