From patchwork Fri Aug 12 15:57:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Weigand X-Patchwork-Id: 3434 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id EAE8623F46 for ; Fri, 12 Aug 2011 15:57:10 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id A4D16A183DA for ; Fri, 12 Aug 2011 15:57:10 +0000 (UTC) Received: by qyk31 with SMTP id 31so2249280qyk.11 for ; Fri, 12 Aug 2011 08:57:10 -0700 (PDT) Received: by 10.224.17.208 with SMTP id t16mr705527qaa.34.1313164628413; Fri, 12 Aug 2011 08:57:08 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.190.71 with SMTP id dh7cs154458qcb; Fri, 12 Aug 2011 08:57:08 -0700 (PDT) Received: from mr.google.com ([10.227.7.7]) by 10.227.7.7 with SMTP id b7mr1198367wbb.63.1313164628078 (num_hops = 1); Fri, 12 Aug 2011 08:57:08 -0700 (PDT) Received: by 10.227.7.7 with SMTP id b7mr992121wbb.63.1313164627506; Fri, 12 Aug 2011 08:57:07 -0700 (PDT) Received: from mtagate3.uk.ibm.com (mtagate3.uk.ibm.com [194.196.100.163]) by mx.google.com with ESMTPS id ei6si8538349wbb.116.2011.08.12.08.57.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Aug 2011 08:57:07 -0700 (PDT) Received-SPF: pass (google.com: domain of uweigand@de.ibm.com designates 194.196.100.163 as permitted sender) client-ip=194.196.100.163; Authentication-Results: mx.google.com; spf=pass (google.com: domain of uweigand@de.ibm.com designates 194.196.100.163 as permitted sender) smtp.mail=uweigand@de.ibm.com Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p7CFv6w2025496 for ; Fri, 12 Aug 2011 15:57:06 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7CFv6Sj2293812 for ; Fri, 12 Aug 2011 16:57:06 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7CFv62D019679 for ; Fri, 12 Aug 2011 09:57:06 -0600 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id p7CFv5S3019670 for ; Fri, 12 Aug 2011 09:57:05 -0600 Message-Id: <201108121557.p7CFv5S3019670@d06av02.portsmouth.uk.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Fri, 12 Aug 2011 17:57:05 +0200 Subject: [commit] Enable some tests for remote testing (fwd) To: patches@linaro.org Date: Fri, 12 Aug 2011 17:57:05 +0200 (CEST) From: "Ulrich Weigand" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 http://sourceware.org/ml/gdb-patches/2011-08/msg00251.html ChangeLog: * gdb.threads/pthreads.exp: Enable on non-native configurations. * gdb.mi/mi-pthreads.exp: Likewise. * gdb.mi/mi2-pthreads.exp: Likewise. * gdb.mi/gdb669.exp.exp: Likewise. Index: gdb/testsuite/gdb.mi/gdb669.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/gdb669.exp,v retrieving revision 1.14 diff -u -p -r1.14 gdb669.exp --- gdb/testsuite/gdb.mi/gdb669.exp 1 Jan 2011 15:33:47 -0000 1.14 +++ gdb/testsuite/gdb.mi/gdb669.exp 12 Aug 2011 15:06:44 -0000 @@ -18,11 +18,6 @@ # command "info threads" and the MI command "-thread-list-ids" # return different threads in the system. -# This only works with native configurations -if {![isnative]} { - return -} - load_lib mi-support.exp set MIFLAGS "-i=mi" Index: gdb/testsuite/gdb.mi/mi-pthreads.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-pthreads.exp,v retrieving revision 1.18 diff -u -p -r1.18 mi-pthreads.exp --- gdb/testsuite/gdb.mi/mi-pthreads.exp 12 Jan 2011 21:09:39 -0000 1.18 +++ gdb/testsuite/gdb.mi/mi-pthreads.exp 12 Aug 2011 15:06:44 -0000 @@ -20,11 +20,6 @@ # via these command pathways are properly executed. Console commands # executed via MI should use MI output wrappers, MI event handlers, etc. -# This only works with native configurations -if {![isnative]} { - return -} - load_lib mi-support.exp set MIFLAGS "-i=mi" Index: gdb/testsuite/gdb.mi/mi2-pthreads.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-pthreads.exp,v retrieving revision 1.12 diff -u -p -r1.12 mi2-pthreads.exp --- gdb/testsuite/gdb.mi/mi2-pthreads.exp 12 Jan 2011 21:09:39 -0000 1.12 +++ gdb/testsuite/gdb.mi/mi2-pthreads.exp 12 Aug 2011 15:06:44 -0000 @@ -20,11 +20,6 @@ # via these command pathways are properly executed. Console commands # executed via MI should use MI output wrappers, MI event handlers, etc. -# This only works with native configurations -if {![isnative]} { - return -} - load_lib mi-support.exp set MIFLAGS "-i=mi2" Index: gdb/testsuite/gdb.threads/pthreads.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.threads/pthreads.exp,v retrieving revision 1.24 diff -u -p -r1.24 pthreads.exp --- gdb/testsuite/gdb.threads/pthreads.exp 1 Jan 2011 15:33:50 -0000 1.24 +++ gdb/testsuite/gdb.threads/pthreads.exp 12 Aug 2011 15:06:44 -0000 @@ -21,11 +21,6 @@ if $tracelevel then { } -# This only works with native configurations -if ![isnative] then { - return -} - set testfile "pthreads" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile}