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]

RFA/testsuite


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?

-- 
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
 }
 


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