diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-01-11 03:07:37 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-01-11 03:07:37 +0000 |
commit | 0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5 (patch) | |
tree | 9533ed688a9ea7eca9bcad984dfda07fecc420bb /gdb/testsuite/gdb.base/so-impl-ld.exp | |
parent | 3b7c8b741463f04bc932f698f9a68c64ff797992 (diff) | |
download | fsf-binutils-gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.zip fsf-binutils-gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.tar.gz fsf-binutils-gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.tar.bz2 |
import gdb-2000-01-10 snapshot
Diffstat (limited to 'gdb/testsuite/gdb.base/so-impl-ld.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/so-impl-ld.exp | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/so-impl-ld.exp b/gdb/testsuite/gdb.base/so-impl-ld.exp index beb2a6a..e55cff9 100644 --- a/gdb/testsuite/gdb.base/so-impl-ld.exp +++ b/gdb/testsuite/gdb.base/so-impl-ld.exp @@ -32,9 +32,13 @@ if ![isnative] then { # This test is presently only valid on HP-UX, since it requires # that we use HP-UX-specific compiler & linker options to build # the testcase. -# -setup_xfail "*-*-*" -clear_xfail "hppa*-*-*hpux*" +# Actually this test works on solaris, and linux too. + +if {! ([istarget "hppa*-*-*hpux*"] + || [istarget "sparc-sun-solaris*"] + || [istarget " *-*-linux-gnu"]) } { + return +} set libfile "solib" set testfile "so-impl-ld" @@ -160,3 +164,9 @@ gdb_expect { gdb_exit return 0 + + + + + + |