aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-04-11 05:42:30 +0000
committerJason Molenda <jmolenda@apple.com>1998-04-11 05:42:30 +0000
commitbaee3bc6e9db248118a7bb1bf571d8bd002ae6a5 (patch)
tree8ef44d7059c3e9f31be36d0b1e84c35dbf84d1a5
parente0a85af6ebf28469d7433c7f4dec3f3442960148 (diff)
downloadfsf-binutils-gdb-baee3bc6e9db248118a7bb1bf571d8bd002ae6a5.zip
fsf-binutils-gdb-baee3bc6e9db248118a7bb1bf571d8bd002ae6a5.tar.gz
fsf-binutils-gdb-baee3bc6e9db248118a7bb1bf571d8bd002ae6a5.tar.bz2
Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* gdb.base/help.exp: Clean up `help set args' and `help show args' tests. * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling function when asleep. * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment for i*86 Linux and SVR4 signal handling problems. Remove linux xfail for `next to handler in signals_tests_1', fixed by recent infrun.c change. Limit backtrace to 10 frames to avoid timeout problems with infinite stack backtraces. Adjust expect pattern in `handle all print' test to match Apr 28 1997 target.[ch] change.
-rw-r--r--gdb/testsuite/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 548a304..d6596b3 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,8 +1,25 @@
+Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * gdb.base/help.exp: Clean up `help set args' and `help show args'
+ tests.
+ * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
+ function when asleep.
+ * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
+ for i*86 Linux and SVR4 signal handling problems.
+ Remove linux xfail for `next to handler in signals_tests_1', fixed
+ by recent infrun.c change.
+ Limit backtrace to 10 frames to avoid timeout problems with infinite
+ stack backtraces.
+ Adjust expect pattern in `handle all print' test to match Apr 28 1997
+ target.[ch] change.
+
Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
* lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
for a newline from gdb before continuing.
(default_gdb_exit): Just look for y or n.
+ (gdb_test): Detect abnormal exit from GDB running on DOS; if
+ it does, fail the rests of the tests in the file.
Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>