From: Tom Tromey <tromey@redhat.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [patch] Fix parallel gdb/ make check//%
Date: Tue, 30 Jun 2009 19:50:00 -0000 [thread overview]
Message-ID: <m3ocs55wo2.fsf@fleche.redhat.com> (raw)
In-Reply-To: <20090630174650.GB24648@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Tue\, 30 Jun 2009 19\:46\:50 +0200")
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> Currently there were:
Jan> missing optional @SUBDIRS@: gdb.stabs gdb.gdbtk gdb.hp
Jan> missing static: gdb.gdb gdn.modulas gdb.reverse
Jan> I may miss the original code goal.
I think the existing sub-sub configury stuff is just weird. I am not
sure what the point of it is; by default, runtest just runs all the
.exp files it finds, and I didn't see anything that would change that.
I'd like to nuke all the subdir Makefiles and configure stuff below
testsuite. It is a lot of stuff that does very little -- it doesn't
even really do the one thing it is intended to do.
Jan> -TEST_DIRS = gdb.base1 gdb.base2 $(filter-out gdb.base,$(sort $(notdir $(patsubst %/,%,$(dir $(wildcard $(srcdir)/gdb.*/*.exp))))))
Jan> +TEST_DIRS = gdb.base1 gdb.base2 $(filter-out gdb.base,$(ALL_SUBDIRS))
The original code here tries to mimic what runtest does: run all the
.exp files that match the tool name. We're generally passing
--directory to runtest in the parallel case, so this finds all the
directories holding .exp files.
I think the new patch must not be right. What runs gdb.modula2?
Or gdb.gdb? AFAICT neither of these ever ends up in ALL_SUBDIRS.
I don't really understand what caused the error you saw. The code is
intended to make the output directories as it goes (see the .dir
dependencies) and all the subdirs should be made and tested before
dg-extract-results.sh is invoked.
Tom
next prev parent reply other threads:[~2009-06-30 19:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-30 17:47 Jan Kratochvil
2009-06-30 19:50 ` Tom Tromey [this message]
2009-06-30 20:50 ` Jan Kratochvil
2009-06-30 21:11 ` Tom Tromey
2009-06-30 21:34 ` Jan Kratochvil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3ocs55wo2.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=jan.kratochvil@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox