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 3/3] add missing gdb_test arguments in paginate-bg-execution.exp


On 12/18/2015 07:50 PM, Sandra Loosemore wrote:
> This patch fixes a think-o in gdb.base/paginate-bg-execution.exp -- 
> there are two calls to gdb_test with only a single argument.  Looking at 
> the definition of this proc in lib/gdb.exp, the second argument (the 
> output pattern) is not supposed to be optional.  For whatever reason, I 
> was only seeing failures on remote Windows host testing, but it must 
> have been an accident that it appeared to be working elsewhere.
> 
> I copied the breakpoint output pattern used elsewhere in the testsuite, 
> and confirmed this passes now.  OK to commit?

Can you show the gdb.log of the failed run?

Thanks,
Pedro Alves


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