]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2011-06-23 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Thu, 23 Jun 2011 06:26:28 +0000 (06:26 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 23 Jun 2011 06:26:28 +0000 (06:26 +0000)
* gdb.threads/execl.exp: Skip on remote target.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/execl.exp

index 1afa644b2c4bc87e6af4ad8875862245538ecf23..d87b4ea39bc59fbe06813f12d28446dd85a253e0 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-23  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.threads/execl.exp: Skip on remote target.
+
 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
 
         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
index 111068d1763e755fdf463092091ecaec28ca1cd1..cc82a584ead30ad46173a019d4a44be75b499ffd 100644 (file)
@@ -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"