This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] switch to fully parallel mode
- From: Doug Evans <dje at google dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Yao Qi <yao at codesourcery dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Tue, 17 Sep 2013 14:05:24 -0700
- Subject: Re: [PATCH] switch to fully parallel mode
- Authentication-results: sourceware.org; auth=none
- References: <1377711392-20236-1-git-send-email-tromey at redhat dot com> <52218B63 dot 80805 at codesourcery dot com> <877gefxont dot fsf at fleche dot redhat dot com>
On Tue, Sep 17, 2013 at 11:56 AM, Tom Tromey <tromey@redhat.com> wrote:
> Yao> I am fine to get all tests by 'find' as long as it is easy to exclude a
> Yao> directory in the future. I am proposing to add a directory 'gdb.perf'
> Yao> in testsuite, and we can exclude it here then.
>
> It shouldn't be an issue.
>
> Though perhaps gdb.perf tests ought to all just "self-exclude" if
> performance testing is not requested. Wouldn't that be needed so that
> plain "runtest" would continue to work, anyway?
Agreed. Perf testing needs to be separable from "make check", and not
included with a default "make check".