aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-06-16 17:17:55 +0000
committerFred Fish <fnf@specifix.com>1993-06-16 17:17:55 +0000
commit212f6219c8fcb6a148e2bc1bfa067dae028b20a2 (patch)
treed6b36f867be655fb53daa9eb184ec64ec57cdad0
parente2af3c0ae2c8583691670f81a39418decb163d28 (diff)
downloadgdb-212f6219c8fcb6a148e2bc1bfa067dae028b20a2.zip
gdb-212f6219c8fcb6a148e2bc1bfa067dae028b20a2.tar.gz
gdb-212f6219c8fcb6a148e2bc1bfa067dae028b20a2.tar.bz2
* gdb.t00/teststrategy.exp: Rework to provide more useful
description of each test, fix problem with systems that define ALIGN_STACK_ON_STARTUP code, other misc cleanups. * gdb.t06/break.exp (test_next_with_recursion): Fix expected results for "next over recursive call" so timeouts aren't taken by error.
-rw-r--r--gdb/testsuite/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ca5471d..31af643 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
+
+ * gdb.t00/teststrategy.exp: Rework to provide more useful
+ description of each test, fix problem with systems that define
+ ALIGN_STACK_ON_STARTUP code, other misc cleanups.
+ * gdb.t06/break.exp (test_next_with_recursion): Fix expected
+ results for "next over recursive call" so timeouts aren't taken
+ by error.
+
Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
* gdb.t12/scope.exp: Test printing of variables before run.