This is the mail archive of the gdb@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: help delete testsuite changes


On Sun, May 07, 2006 at 10:35:16PM +0200, Mark Kettenis wrote:
> Hi Daniel,
> 
> Your changes to gdb.base/help.exp made two tests FAIL:
> 
> -PASS: gdb.base/help.exp: help delete "d" abbreviation
> -PASS: gdb.base/help.exp: help delete
> +FAIL: gdb.base/help.exp: help delete "d" abbreviation
> +FAIL: gdb.base/help.exp: help delete
> 
> Coparing the gdblog output with the regexp in the test, it's obvious
> why: not all systems support checkpointing, and on systems that don't,
> the "delete checkpoint" stuff doesn't show up.

D'oh!  Sorry, I didn't even think of that.

> Is there an easy way to make that bit of the regexp optional?

It should be as simple as ()? around the new line I added.  If you don't
beat me to it, I'll try to build a simulator toolchain or something and
run help.exp.

-- 
Daniel Jacobowitz
CodeSourcery


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