diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/solib-display.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e889d34..d28c4cc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com> + + * gdb.base/solib-display.exp: Disable test for remote targers. + 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com> * 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 d4b49f3..71d46d6 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 } |