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


>> 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
}

Tom


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