diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-24 16:29:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-24 16:29:33 +0000 |
commit | 5b272a2d0bd6699cdcce221b6c214911e4b256ba (patch) | |
tree | 4813154286b1e9d1468cfeb56df52ea57ebf9636 /gdb | |
parent | 16aa4b532e1bf12c14c1232f283a9cfc6466c926 (diff) | |
download | gdb-5b272a2d0bd6699cdcce221b6c214911e4b256ba.zip gdb-5b272a2d0bd6699cdcce221b6c214911e4b256ba.tar.gz gdb-5b272a2d0bd6699cdcce221b6c214911e4b256ba.tar.bz2 |
* gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
expected failures for mips-idt-* and mips-sgi-*.
* gdb.t00/default.exp (attach): Kill process if requested.
* gdb.t00/help.exp (help target core, help target): Accept a gdb
that does not read core files.
* gdb.t01/run.exp: Removed checks for exit status code.
* gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
it is linked in.
* gdb.t03/ptype.exp: Increase timeout when calling malloc.
* gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
appropriate, rather than doing it by hand.
* gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
execution.
* gdb.t10/crossload.exp: Kill existing program if needed.
* gdb.t15/funcargs.exp: Use delete_breakpoints function where
appropriate, rather than doing it by hand. Always increase
timeout for this test, not just for VxWorks.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c65f351..2b96a53 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,24 @@ +Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com) + + * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, + gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added + expected failures for mips-idt-* and mips-sgi-*. + * gdb.t00/default.exp (attach): Kill process if requested. + * gdb.t00/help.exp (help target core, help target): Accept a gdb + that does not read core files. + * gdb.t01/run.exp: Removed checks for exit status code. + * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that + it is linked in. + * gdb.t03/ptype.exp: Increase timeout when calling malloc. + * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where + appropriate, rather than doing it by hand. + * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first + execution. + * gdb.t10/crossload.exp: Kill existing program if needed. + * gdb.t15/funcargs.exp: Use delete_breakpoints function where + appropriate, rather than doing it by hand. Always increase + timeout for this test, not just for VxWorks. + Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com) **** start-sanitize-chill **** |