aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2001-03-04 22:08:49 +0000
committerMichael Chastain <mec@google.com>2001-03-04 22:08:49 +0000
commitaf6704f764f0e1f640638c3b2f3ae87becd6cbcf (patch)
tree2ef894a34c5898225797cac951ed97711c2c8cba
parent5adc7e6d3b5f99b2cbf3baad727f3e3689c3ab8f (diff)
downloadgdb-af6704f764f0e1f640638c3b2f3ae87becd6cbcf.zip
gdb-af6704f764f0e1f640638c3b2f3ae87becd6cbcf.tar.gz
gdb-af6704f764f0e1f640638c3b2f3ae87becd6cbcf.tar.bz2
Obvioux fix: in an entry for 1997-06-29, expand wildcard to explicit
list of files actually modified.
-rw-r--r--gdb/testsuite/ChangeLog41
1 files changed, 40 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 53954ba..3f2e996 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -2491,9 +2491,48 @@ Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
* gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
until it has been modified to work with the new testsuite.
- * gdb.*/*.exp: Instead of causing 1 unresolved test when the
+ * lib/gdb.exp: Instead of causing 1 unresolved test when the
testcase won't compile, cause all of the testcases in the file to
fail instead.
+ * gdb.base/a2-run.exp: Ditto
+ * gdb.base/bitfields.exp: Ditto
+ * gdb.base/break.exp: Ditto
+ * gdb.base/callfuncs.exp: Ditto
+ * gdb.base/commands.exp: Ditto
+ * gdb.base/corefile.exp: Ditto
+ * gdb.base/exprs.exp: Ditto
+ * gdb.base/funcargs.exp: Ditto
+ * gdb.base/interrupt.exp: Ditto
+ * gdb.base/langs.exp: Ditto
+ * gdb.base/list.exp: Ditto
+ * gdb.base/mips_pro.exp: Ditto
+ * gdb.base/nodebug.exp: Ditto
+ * gdb.base/opaque.exp: Ditto
+ * gdb.base/overlays.exp: Ditto
+ * gdb.base/printcmds.exp: Ditto
+ * gdb.base/ptype.exp: Ditto
+ * gdb.base/recurse.exp: Ditto
+ * gdb.base/return.exp: Ditto
+ * gdb.base/scope.exp: Ditto
+ * gdb.base/setshow.exp: Ditto
+ * gdb.base/setvar.exp: Ditto
+ * gdb.base/sigall.exp: Ditto
+ * gdb.base/signals.exp: Ditto
+ * gdb.base/structs.exp: Ditto
+ * gdb.base/term.exp: Ditto
+ * gdb.base/twice.exp: Ditto
+ * gdb.base/watchpoint.exp: Ditto
+ * gdb.base/whatis.exp: Ditto
+ * gdb.c++/classes.exp: Ditto
+ * gdb.c++/cplusfuncs.exp: Ditto
+ * gdb.c++/inherit.exp: Ditto
+ * gdb.c++/misc.exp: Ditto
+ * gdb.c++/templates.exp: Ditto
+ * gdb.c++/virtfunc.exp: Ditto
+ * gdb.disasm/mn10200.exp: Ditto
+ * gdb.disasm/mn10300.exp: Ditto
+ * gdb.disasm/sh3.exp: Ditto
+ * gdb.stabs/weird.exp: Ditto
* lib/gdb.exp(gdb_suppress_entire_file): New procedure.
(gdb_clear_suppressed): New procedure.