From: Paul Pluzhnikov Date: Wed, 18 Mar 2009 05:43:55 +0000 (+0000) Subject: 2009-03-17 Paul Pluzhnikov X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d24948ac99c35f17a60e856cb0125ff91b80045b;p=binutils-gdb.git 2009-03-17 Paul Pluzhnikov * gdb.base/solib-display.exp: Disable test for remote targers. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e889d348cb8..d28c4cc4428 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-03-17 Paul Pluzhnikov + + * gdb.base/solib-display.exp: Disable test for remote targers. + 2009-03-15 Jan Kratochvil * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New. diff --git a/gdb/testsuite/gdb.base/solib-display.exp b/gdb/testsuite/gdb.base/solib-display.exp index d4b49f35130..71d46d67b66 100644 --- a/gdb/testsuite/gdb.base/solib-display.exp +++ b/gdb/testsuite/gdb.base/solib-display.exp @@ -28,7 +28,7 @@ # (and thus aren't affected by shared library unloading) are not # disabled prematurely. -if [skip_shlib_tests] then { +if { [skip_shlib_tests] || [is_remote target] } { return 0 }