diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-03-18 05:43:55 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-03-18 05:43:55 +0000 |
commit | d24948ac99c35f17a60e856cb0125ff91b80045b (patch) | |
tree | 3e2ffd348b42fc8373a4e81b614dc4bf2576f849 /gdb | |
parent | 9c5b8369abae21b86c0c80f3336f2eb2a52adee0 (diff) | |
download | gdb-d24948ac99c35f17a60e856cb0125ff91b80045b.zip gdb-d24948ac99c35f17a60e856cb0125ff91b80045b.tar.gz gdb-d24948ac99c35f17a60e856cb0125ff91b80045b.tar.bz2 |
2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.base/solib-display.exp: Disable test for remote targers.
Diffstat (limited to 'gdb')
-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 } |