OSDN Git Service

2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Wed, 18 Mar 2009 05:43:54 +0000 (05:43 +0000)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Wed, 18 Mar 2009 05:43:54 +0000 (05:43 +0000)
* gdb.base/solib-display.exp: Disable test for remote targers.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-display.exp

index e889d34..d28c4cc 100644 (file)
@@ -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.
index d4b49f3..71d46d6 100644 (file)
@@ -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
 }