diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-22 14:24:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-22 14:24:18 +0000 |
commit | 4b2b3b3e62d8c07591f5adfe1939409486ef6e33 (patch) | |
tree | cacb05c40a3442f31b04ece22d2c1e51a6aee051 /gdb/testsuite | |
parent | 4fa63067931306bf5a9f9894bf4d2f5e14a1228f (diff) | |
download | gdb-4b2b3b3e62d8c07591f5adfe1939409486ef6e33.zip gdb-4b2b3b3e62d8c07591f5adfe1939409486ef6e33.tar.gz gdb-4b2b3b3e62d8c07591f5adfe1939409486ef6e33.tar.bz2 |
2004-03-22 Andrew Cagney <cagney@redhat.com>
* gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
Problem identified by Ulrich Weigand.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint.exp | 25 |
2 files changed, 7 insertions, 24 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1dcd201..6c85be8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-03-22 Andrew Cagney <cagney@redhat.com> + + * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs + hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. + Problem identified by Ulrich Weigand. + 2004-03-17 David Carlton <carlton@kealia.com> * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of diff --git a/gdb/testsuite/gdb.base/watchpoint.exp b/gdb/testsuite/gdb.base/watchpoint.exp index 58b3527..a69271b 100644 --- a/gdb/testsuite/gdb.base/watchpoint.exp +++ b/gdb/testsuite/gdb.base/watchpoint.exp @@ -374,31 +374,8 @@ proc test_stepping {} { gdb_test "break func2 if 0" "Breakpoint.*at.*" gdb_test "p \$func2_breakpoint_number = \$bpnum" " = .*" - # The problem is that GDB confuses stepping through the call - # dummy with hitting the breakpoint at the end of the call dummy. - # Will be fixed once all architectures define - # DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. - setup_xfail "*-*-*" - # This doesn't occur if the call dummy starts with a call, - # 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*-*-*" - clear_xfail "vax-*-*" - # The following architectures define DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. - clear_xfail "alpha-*-*" - clear_xfail "mips*-*-*" - clear_xfail "sparc-*-*" - clear_xfail "hppa*-*-*bsd*" - # It works with the generic inferior function calling code too. - clear_xfail "mn10300*-*-*" - # The following architectures define CALL_DUMMY_HAS_COMPLETED. - clear_xfail "hppa*-*-*hpux*" gdb_test "p func1 ()" "= 73" \ - "calling function with watchpoint enabled" + "calling function with watchpoint enabled" # # "finish" brings us back to main. |