aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-06-23 06:26:28 +0000
committerYao Qi <yao@codesourcery.com>2011-06-23 06:26:28 +0000
commit615556d61ead3470e77fbd63912a6166be07585f (patch)
treef733bbeafef38d2a504e4f6197ea097d3642cb86 /gdb/testsuite/gdb.threads
parent5393d7415a71a6f2cf3752e02ef078d7ff6e5f0a (diff)
downloadgdb-615556d61ead3470e77fbd63912a6166be07585f.zip
gdb-615556d61ead3470e77fbd63912a6166be07585f.tar.gz
gdb-615556d61ead3470e77fbd63912a6166be07585f.tar.bz2
2011-06-23 Yao Qi <yao@codesourcery.com>
* gdb.threads/execl.exp: Skip on remote target.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r--gdb/testsuite/gdb.threads/execl.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp
index 111068d..cc82a58 100644
--- a/gdb/testsuite/gdb.threads/execl.exp
+++ b/gdb/testsuite/gdb.threads/execl.exp
@@ -15,6 +15,9 @@
# Test handling of threads across an execl.
+if { [is_remote target] } then {
+ continue
+}
# Original image, loads a thread library.
set testfile "execl"