From patchwork Fri Jul 22 17:56:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Weigand X-Patchwork-Id: 3056 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 9D7AA23F18 for ; Fri, 22 Jul 2011 17:56:14 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 6EF37A183F2 for ; Fri, 22 Jul 2011 17:56:14 +0000 (UTC) Received: by qyk10 with SMTP id 10so4885855qyk.11 for ; Fri, 22 Jul 2011 10:56:14 -0700 (PDT) Received: by 10.229.25.212 with SMTP id a20mr1493265qcc.148.1311357373912; Fri, 22 Jul 2011 10:56:13 -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.217.78 with SMTP id hl14cs21084qcb; Fri, 22 Jul 2011 10:56:13 -0700 (PDT) Received: by 10.216.176.141 with SMTP id b13mr782477wem.99.1311357372964; Fri, 22 Jul 2011 10:56:12 -0700 (PDT) Received: from mtagate7.uk.ibm.com (mtagate7.uk.ibm.com [194.196.100.167]) by mx.google.com with ESMTPS id u24si4976595weq.61.2011.07.22.10.56.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jul 2011 10:56:11 -0700 (PDT) Received-SPF: pass (google.com: domain of uweigand@de.ibm.com designates 194.196.100.167 as permitted sender) client-ip=194.196.100.167; Authentication-Results: mx.google.com; spf=pass (google.com: domain of uweigand@de.ibm.com designates 194.196.100.167 as permitted sender) smtp.mail=uweigand@de.ibm.com Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p6MHuAJH023284 for ; Fri, 22 Jul 2011 17:56:10 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6MHuAG82580700 for ; Fri, 22 Jul 2011 18:56:10 +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 p6MHuADF017298 for ; Fri, 22 Jul 2011 11:56:10 -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 p6MHu93Z017282 for ; Fri, 22 Jul 2011 11:56:09 -0600 Message-Id: <201107221756.p6MHu93Z017282@d06av02.portsmouth.uk.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Fri, 22 Jul 2011 19:56:09 +0200 Subject: [commit] Remote testing bug in py-shared.exp (fwd) To: patches@linaro.org Date: Fri, 22 Jul 2011 19:56:09 +0200 (CEST) From: "Ulrich Weigand" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 http://sourceware.org/ml/gdb-patches/2011-07/msg00636.html ChangeLog: * gdb.python/py-shared.exp: Call gdb_load_shlibs. Index: gdb/testsuite/gdb.python/py-shared.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.python/py-shared.exp,v retrieving revision 1.3 diff -u -p -r1.3 py-shared.exp --- gdb/testsuite/gdb.python/py-shared.exp 1 Jan 2011 15:33:49 -0000 1.3 +++ gdb/testsuite/gdb.python/py-shared.exp 22 Jul 2011 17:34:25 -0000 @@ -45,6 +45,7 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} +gdb_load_shlibs ${library} # Skip all tests if Python scripting is not enabled. if { [skip_python_tests] } { continue }