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]

[PATCH] test tweak for xscale target


2002-05-02  Michael Snyder  <msnyder@redhat.com>

	* gdb.base/watchpoint.exp: Add xscale target.

Index: watchpoint.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/watchpoint.exp,v
retrieving revision 1.5
diff -p -r1.5 watchpoint.exp
*** watchpoint.exp	13 Feb 2002 17:40:42 -0000	1.5
--- watchpoint.exp	3 May 2002 23:15:25 -0000
*************** proc test_stepping {} {
*** 383,388 ****
--- 383,389 ----
  	# because we are out of the dummy by the first time the inferior
  	# stops.
  	clear_xfail "arm*-*-*"
+ 	clear_xfail "xscale*-*-*"
  	clear_xfail "d10v*-*-*"
  	clear_xfail "m68*-*-*"
  	clear_xfail "i*86*-*-*"


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