2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.base/solib-display.exp: Disable test for remote targers.
This commit is contained in:
parent
9c5b8369ab
commit
d24948ac99
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue