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: [RFA 7/7] Linker-debugger interface tests


On Sun, 19 May 2013 15:45:09 +0200, Jan Kratochvil wrote:
> On Thu, 16 May 2013 16:48:57 +0200, Gary Benson wrote:
> > +gdb_test "break foo" {Breakpoint [0-9]+ \(foo\) pending\.}
> > +gdb_test "break bar" {Breakpoint [0-9]+ \(bar\) pending\.}
> > +
> > +# Run to the first stop and check that only the first library is loaded.
> > +gdb_test "c" {Breakpoint [0-9]+, .* in stop \(\)}
> 
> gdb_continue_to_breakpoint
> 
> More cases below.

Also testcase names should be unique, the current gdb.sum is:

PASS: gdb.base/info-shared.exp: c
PASS: gdb.base/info-shared.exp: info sharedlibrary #2
PASS: gdb.base/info-shared.exp: c
PASS: gdb.base/info-shared.exp: info sharedlibrary #3
PASS: gdb.base/info-shared.exp: c
PASS: gdb.base/info-shared.exp: c
[...]


Regards,
Jan


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