This is the mail archive of the gdb-patches@sources.redhat.com 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: Testsuite tweak - properly bail out of asm-source.exp


See:

2001-11-09  Andrew Cagney  <ac131313@redhat.com>

* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.

and, especially, the number of tests that have been contributed since 
that change went in.

enjoy,
Andrew


> If asm-source.exp detects that there is no support for assembly source
> debugging on the selected target, it issues a warning to that effect:
> 
> if { "${asm-arch}" == "" } {
>     gdb_suppress_entire_file "Assembly source test -- not implemented for this t
> arget."
> }
> 
> but then it goes on to run the tests anyway, and they all fail, often
> with nasty error messages too.  Looking a bit lower, I see that one is
> supposed to return after calling gdb_suppress_entire_file.  This patch
> just adds a return to the if block.




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