2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Wed, 18 Mar 2009 05:43:55 +0000 (05:43 +0000)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Wed, 18 Mar 2009 05:43:55 +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 e889d348cb8f4ccb18c20a6015b86ee834a6b47e..d28c4cc44283b95ad1d95f55e6350a65502e6f0a 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 d4b49f351308331d8d49a2a453b51eac621d9006..71d46d67b6628e789a8fd8ca5139ebf41355ec09 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
 }
 
This page took 0.043248 seconds and 4 git commands to generate.