2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>

* gdb.base/solib-display.exp: Disable test for remote targers.
This commit is contained in:
Paul Pluzhnikov 2009-03-18 05:43:55 +00:00
parent 9c5b8369ab
commit d24948ac99
2 changed files with 5 additions and 1 deletions

View 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.

View 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
}