diff options
author | Fred Fish <fnf@specifix.com> | 1993-08-10 17:31:45 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-08-10 17:31:45 +0000 |
commit | adf18b2460e57309a78a6a7837f13b8256d82b5d (patch) | |
tree | 3173471f81e7e4e02c994becef81ab8bd0c8e6ba | |
parent | c0398b8bd4c4eaa97627b219601f019d7e7bdecf (diff) | |
download | gdb-adf18b2460e57309a78a6a7837f13b8256d82b5d.zip gdb-adf18b2460e57309a78a6a7837f13b8256d82b5d.tar.gz gdb-adf18b2460e57309a78a6a7837f13b8256d82b5d.tar.bz2 |
* gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
Only issue warning for missing executables if -all option is used.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dfe8344..9f41503 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com) + * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp, + gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp: + Only issue warning for missing executables if -all option is used. + * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o file if -all option is used. It's like an unpredictable XFAIL. |