From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4051 invoked by alias); 10 Oct 2011 23:06:00 -0000 Received: (qmail 4041 invoked by uid 22791); 10 Oct 2011 23:05:59 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Oct 2011 23:05:45 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RDOun-0007Dc-7q from joseph_myers@mentor.com for gdb-patches@sourceware.org; Mon, 10 Oct 2011 16:05:45 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Oct 2011 00:05:43 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1RDOuk-0005EA-Fz for gdb-patches@sourceware.org; Mon, 10 Oct 2011 23:05:42 +0000 Date: Mon, 10 Oct 2011 23:06:00 -0000 From: "Joseph S. Myers" To: gdb-patches@sourceware.org Subject: Fix gdb.cp/gdb2495.exp for remote-host testing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00292.txt.bz2 Similarly to my fix for fixsection.exp and that for gdb.base/solib-symbol.exp, gdb.cp/gdb2495.exp is a third test needing filenames in expected messages adjusted not to include directories for remote-host testing. OK to commit this patch? 2011-10-10 Joseph Myers * gdb.cp/gdb2495.exp: Do not include directories in filename in expected message. Index: gdb.cp/gdb2495.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/gdb2495.exp,v retrieving revision 1.6 diff -u -r1.6 gdb2495.exp --- gdb.cp/gdb2495.exp 1 Jan 2011 15:33:43 -0000 1.6 +++ gdb.cp/gdb2495.exp 10 Oct 2011 23:00:00 -0000 @@ -104,7 +104,7 @@ # call and that the std::terminate breakpoint has evaporated and # cleaned-up. gdb_test "info breakpoints" \ - "gdb.cp/gdb2495\.cc.*" + "gdb2495\.cc.*" # Turn off this new behaviour. gdb_test_multiple "set unwind-on-terminating-exception off" \ -- Joseph S. Myers joseph@codesourcery.com