aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-02-25 09:13:10 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-02-25 09:13:10 +0000
commit90e58b6c52305fc2935807e504a39cfefe9ec2fa (patch)
treeba2307c3a1300042ac9cb478838360166c7f51ce /gdb
parentbcc377184156be31b11f59a95109baa6509c04b2 (diff)
downloadfsf-binutils-gdb-90e58b6c52305fc2935807e504a39cfefe9ec2fa.zip
fsf-binutils-gdb-90e58b6c52305fc2935807e504a39cfefe9ec2fa.tar.gz
fsf-binutils-gdb-90e58b6c52305fc2935807e504a39cfefe9ec2fa.tar.bz2
* gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
next over recursive call. Revise the tests from that point on (which had been skipped) to match GDB's actual (correct) output. * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug with next over a breakpoint whose condition is false.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 41875ee..ddac6f8 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,12 @@
Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
+ * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
+ next over recursive call. Revise the tests from that point on
+ (which had been skipped) to match GDB's actual (correct) output.
+
+ * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
+ with next over a breakpoint whose condition is false.
+
* gdb.t00/help.exp: Comment out "help set print" tests just like
(and for same reason as) "help set" test.