From 615556d61ead3470e77fbd63912a6166be07585f Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 23 Jun 2011 06:26:28 +0000 Subject: [PATCH] 2011-06-23 Yao Qi * gdb.threads/execl.exp: Skip on remote target. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.threads/execl.exp | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1afa644b2c4..d87b4ea39bc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-06-23 Yao Qi + + * gdb.threads/execl.exp: Skip on remote target. + 2011-06-21 Marek Polacek * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp index 111068d1763..cc82a584ead 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" -- 2.30.2