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

Dr Andrew John Hughes ahughes at redhat.com
Tue Oct 18 05:37:54 PDT 2011


On 12:33 Fri 14 Oct     , ptisnovs at icedtea.classpath.org wrote:
> 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

Please add a one-line summary to changes, prior to the ChangeLog entry.

As you seem to have already discovered, this is wrong as it drops the
srcdir from the path.
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and IcedTea
http://www.gnu.org/software/classpath
http://icedtea.classpath.org
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20111018/66256518/attachment.bin 


More information about the distro-pkg-dev mailing list