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] Remove XPASS on s390*


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


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