This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] switch to fully parallel mode


On Wed, Sep 18, 2013 at 12:26 PM, Tom Tromey <tromey@redhat.com> wrote:
>>> 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?
>
> Doug> Agreed.  Perf testing needs to be separable from "make check", and not
> Doug> included with a default "make check".
>
> Just to be sure we're agreeing to the same thing, what I am saying is
> that I think each gdb.perf/*.exp should start with:
>
> if {[blah blah perf not intended]} {
>    return
> }

I don't have too strong an opinion on how it is achieved, but that
would be acceptable, yes.
[Given that one can run *just* the perf tests with, for example,
gdb.perf/*.exp.]

I can't ever imagine running both from one make-check myself, but
maybe others might.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]