[PATCH] Remove XPASS on s390*

Ulrich Weigand weigand@i1.informatik.uni-erlangen.de
Wed Mar 17 19:18:00 GMT 2004


Hello,

this patch removes an XPASS in the gdb.base/watchpoint.exp test case
by calling clear_xfail for s390* (as is already done for many other
targets).

Bye,
Ulrich

ChangeLog:

	* gdb.base/watchpoint.exp (test_stepping): Clear XFAIL for
	s390* targets.

Index: gdb/testsuite/gdb.base/watchpoint.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/watchpoint.exp,v
retrieving revision 1.10
diff -c -p -r1.10 watchpoint.exp
*** gdb/testsuite/gdb.base/watchpoint.exp	6 Oct 2003 19:31:43 -0000	1.10
--- gdb/testsuite/gdb.base/watchpoint.exp	17 Mar 2004 17:45:54 -0000
*************** proc test_stepping {} {
*** 395,400 ****
--- 395,401 ----
  	clear_xfail "hppa*-*-*bsd*"
  	# It works with the generic inferior function calling code too.
  	clear_xfail "mn10300*-*-*"
+ 	clear_xfail "s390*-*-*"
  	# The following architectures define CALL_DUMMY_HAS_COMPLETED.
  	clear_xfail "hppa*-*-*hpux*"
  	gdb_test "p func1 ()" "= 73" \
-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de



More information about the Gdb-patches mailing list