summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.server
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2012-08-01 13:07:49 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2012-08-01 13:07:49 +0000
commit1d50d5c760bb613d52779016c46366365c24326d (patch)
treed691d3bd78899c4cdc20eccb6679460ed26d0826 /gdb/testsuite/gdb.server
parent84720b12c40faf5062a23200fac80397f21a4cee (diff)
downloadgdb-1d50d5c760bb613d52779016c46366365c24326d.tar.gz
* gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
* gdb.base/ctxobj.exp: Call gdb_load_shlibs. * gdb.base/print-file-var.exp: Likewise. * gdb.server/solib-list.exp: Skip on remote targets.
Diffstat (limited to 'gdb/testsuite/gdb.server')
-rw-r--r--gdb/testsuite/gdb.server/solib-list.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.server/solib-list.exp b/gdb/testsuite/gdb.server/solib-list.exp
index fc540068415..7fbfefc0a86 100644
--- a/gdb/testsuite/gdb.server/solib-list.exp
+++ b/gdb/testsuite/gdb.server/solib-list.exp
@@ -27,6 +27,12 @@ if {[skip_gdbserver_tests] || [skip_shlib_tests]} {
return
}
+# This test case (currently) does not support remote targets, since it
+# assumes the ELF interpreter can be found on the host system
+if [is_remote target] then {
+ return
+}
+
standard_testfile solib-list-main.c
set srclibfile ${testfile}-lib.c
set binlibfile [standard_output_file ${testfile}.so]