diff options
author | Fred Fish <fnf@specifix.com> | 1996-11-23 21:33:08 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-11-23 21:33:08 +0000 |
commit | b016565b0cd8d6d9713b7fb3c6c80104d7672cde (patch) | |
tree | ea1f05912e11d5d96e8a6175f01056254970577f /gdb/testsuite | |
parent | e8ee39bcfb8ebad2d69b01cdbb056abb08136cac (diff) | |
download | gdb-b016565b0cd8d6d9713b7fb3c6c80104d7672cde.zip gdb-b016565b0cd8d6d9713b7fb3c6c80104d7672cde.tar.gz gdb-b016565b0cd8d6d9713b7fb3c6c80104d7672cde.tar.bz2 |
* gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
use new i*86-pc-linux*-gnu quads.
* gdb.base/corefile.exp: Ditto.
* gdb.base/signals.exp: Ditto.
* gdb.base/sigall.exp: Ditto.
* gdb.base/interrupt.exp: Ditto.
* gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
"i*86-*-linux" for "signal SIGUSR1". Now works, at least with
RedHat 4.0.
* gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
linux. This allows the test case to at least compile on latest
linux, but still not run due to missing the threads runtime library.
Diffstat (limited to 'gdb/testsuite')
-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 c70a92f..8bde035 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -376,7 +376,7 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$prompt $"\ # This fails on some linux systems for unknown reasons. On the # systems where it fails, sometimes it works fine when run manually. # The testsuite failures may not be limited to just aout systems. - setup_xfail "i*86-*-linuxaout" "hppa*-*-hpux*" + setup_xfail "i*86-pc-linuxaout-gnu" "hppa*-*-hpux*" set description "backtrace through signal handler" send "backtrace\n" expect { |