/hg/release/icedtea6-1.10: Makefile.am (jtregcheck): Allow setti...
Dr Andrew John Hughes
ahughes at redhat.com
Fri Mar 25 05:43:26 PDT 2011
On 12:22 Fri 25 Mar , doko at icedtea.classpath.org wrote:
> changeset b162f7c4fe64 in /hg/release/icedtea6-1.10
> details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=b162f7c4fe64
> author: doko at ubuntu.com
> date: Fri Mar 25 13:17:53 2011 +0100
>
> Makefile.am (jtregcheck): Allow setting which tests to run.
>
> 2011-02-24 Matthias Klose <doko at ubuntu.com>
>
> * Makefile.am (jtregcheck): Allow setting which tests to
> run.
>
>
> diffstat:
>
> ChangeLog | 4 ++++
> Makefile.am | 4 +++-
> 2 files changed, 7 insertions(+), 1 deletions(-)
>
> diffs (25 lines):
>
> diff -r 100f2c821aa5 -r b162f7c4fe64 ChangeLog
> --- a/ChangeLog Thu Mar 24 16:05:21 2011 +0000
> +++ b/ChangeLog Fri Mar 25 13:17:53 2011 +0100
> @@ -1,3 +1,7 @@
> +2011-02-24 Matthias Klose <doko at ubuntu.com>
> +
> + * Makefile.am (jtregcheck): Allow setting which tests to run.
> +
> 2011-03-24 Andrew John Hughes <ahughes at redhat.com>
>
> * NEWS: Cleanup and mention hs20 b11.
> diff -r 100f2c821aa5 -r b162f7c4fe64 Makefile.am
> --- a/Makefile.am Thu Mar 24 16:05:21 2011 +0000
> +++ b/Makefile.am Fri Mar 25 13:17:53 2011 +0100
> @@ -2102,7 +2102,9 @@
> jtreg_pids = ps x --no-headers -ww -o pid,ppid,args \
> | awk '$$2 == 1 && $$3 ~ /^$(subst /,\/,$(CURDIR)/$(sdkimg))/ {print $$1}'
>
> -jtregcheck: jtreg check-hotspot check-langtools check-jdk
> +jtreg_checks = hotspot langtools jdk
> +
> +jtregcheck: jtreg $(jtreg_checks:%=check-%)
> for i in hotspot langtools jdk; do \
> echo "--------------- jtreg console summary for $$i ---------------"; \
> egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$$i.log; \
Where was this approved? I don't see any review on the mailing lists.
--
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: F5862A37 (https://keys.indymedia.org/)
Fingerprint = EA30 D855 D50F 90CD F54D 0698 0713 C3ED F586 2A37
More information about the distro-pkg-dev
mailing list