From: Yao Qi Date: Thu, 23 Jun 2011 06:26:28 +0000 (+0000) Subject: 2011-06-23 Yao Qi X-Git-Tag: sid-snapshot-20110701~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=615556d61ead3470e77fbd63912a6166be07585f;p=thirdparty%2Fbinutils-gdb.git 2011-06-23 Yao Qi * gdb.threads/execl.exp: Skip on remote target. --- 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"