diff options
author | Fred Fish <fnf@specifix.com> | 1995-07-28 04:58:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-07-28 04:58:12 +0000 |
commit | 3b013a3a464f9a4cdc835e888f3e7c1dfff14371 (patch) | |
tree | f33bb624eec8b3b24b9ed9c1d79e7ad57eebd183 /gdb/testsuite/gdb.base | |
parent | cc298fb97a1b1b6a844ccf4d795842ad608a1069 (diff) | |
download | gdb-3b013a3a464f9a4cdc835e888f3e7c1dfff14371.zip gdb-3b013a3a464f9a4cdc835e888f3e7c1dfff14371.tar.gz gdb-3b013a3a464f9a4cdc835e888f3e7c1dfff14371.tar.bz2 |
* gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
"call function when asleep" and "send end of file".
* gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
for "backtrace in corefile.exp".
* gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
for "backtrace through signal handler".
* gdb.base/corefile.exp: Make sure we actually generate a core file
before trying the core tests. Some systems allow the user to suppress
generation of core files and default to that (linux for example).
* gdb.base/signals.exp: Change xfail for "next" acting like "continue"
from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/a1-selftest.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index 5a56a89..a01ab00 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -446,7 +446,7 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$prompt $"\ } # get a stack trace - setup_xfail "i486-*-sysv4" + setup_xfail "i*86-*-sysv4" "i*86-*-linux*" set description "backtrace through signal handler" send "backtrace\n" expect { |