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: RFA/testsuite


Daniel Jacobowitz wrote:
> 
> Fred re-enabled attach.exp recently, and added an [isnative] check.  I went
> through the testsuite removing these recently - most of them really mean
> ![is_remote target], and this one is no exception.  We can't do this even if
> we're testing x86-linux -> x86-linux.  OK to commit?
> 

Sure.

Thanks.

Fernando

> --
> Daniel Jacobowitz                           Carnegie Mellon University
> MontaVista Software                         Debian GNU/Linux Developer
> 
> 2002-04-06  Daniel Jacobowitz  <drow@mvista.com>
> 
>         * gdb.base/attach.exp: Correct target board test.
> 
> Index: attach.exp
> ===================================================================
> RCS file: /cvs/src/src/gdb/testsuite/gdb.base/attach.exp,v
> retrieving revision 1.5
> diff -u -r1.5 attach.exp
> --- attach.exp  2002/03/30 18:54:38     1.5
> +++ attach.exp  2002/04/06 06:57:40
> @@ -36,7 +36,7 @@
>  }
> 
>  # are we on a target board
> -if ![isnative] then {
> +if [is_remote target] then {
>      return 0
>  }
> 

-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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