diff options
author | Jeff Law <law@redhat.com> | 1995-07-25 08:52:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-25 08:52:39 +0000 |
commit | 8b67f01dffbeecf4860c3a6eaf29f26e40ee2424 (patch) | |
tree | 15a023940c91038f1ac6b3400b4d4df9bdb4ba18 /gdb/testsuite/gdb.base/signals.exp | |
parent | 2f11e8d4a6c7f61476aacff0bd9e7664820b2c31 (diff) | |
download | binutils-gdb-8b67f01dffbeecf4860c3a6eaf29f26e40ee2424.tar.gz |
* gdb.base/signals.exp: Disable whole file for lynx until
further notice.
Looks like a bug in the lynx2.2.2 kernel scroggs the stack pointer in
these tests leading to massive failures. I've sent a nice small concise
example to Mark Rome @ lynx. Severe braindamage.
Diffstat (limited to 'gdb/testsuite/gdb.base/signals.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/signals.exp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/signals.exp b/gdb/testsuite/gdb.base/signals.exp index 9fe42bc9e17..d7e831e3f0c 100644 --- a/gdb/testsuite/gdb.base/signals.exp +++ b/gdb/testsuite/gdb.base/signals.exp @@ -251,6 +251,15 @@ if {[ istarget "m68*-motorola-*" ] || [ istarget "hppa*-*-bsd*" ] || return 0 } +# lynx2.2.2 doesn't lose signals, instead it screws up the stack pointer +# in some of these tests leading to massive problems. I've +# reported this to lynx, hopefully it'll be fixed in lynx2.3. +# Severe braindamage. +if [ istarget "*-*-*lynx*" ] then { + setup_xfail "*-*-*" + fail "kernel scroggs stack pointer in signal tests on this target" +} + gdb_exit gdb_start |