From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13638 invoked by alias); 7 Oct 2013 14:55:32 -0000 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 Received: (qmail 13629 invoked by uid 89); 7 Oct 2013 14:55:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 07 Oct 2013 14:55:31 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r97EtT59000551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Oct 2013 14:55:29 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r97EtSPm016247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 7 Oct 2013 14:55:29 GMT Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r97EtSaL027529 for ; Mon, 7 Oct 2013 14:55:28 GMT Received: from termi.oracle.com (/10.175.34.9) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 07 Oct 2013 07:55:28 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: gdb-patches@sourceware.org Subject: [PATCH] testsuite: adjust line number in commands.exp Date: Mon, 07 Oct 2013 14:55:00 -0000 Message-ID: <8761t9m8mo.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00189.txt.bz2 Tested in both sparc64-*-linux-gnu and x86_64-*-linux-gnu. 2013-10-07 Jose E. Marchesi * gdb.base/commands.exp (watchpoint_command_test): Adjust line number in run.c with the end of scope of the block containing local_var. Index: testsuite/gdb.base/commands.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/commands.exp,v retrieving revision 1.52 diff -u -r1.52 commands.exp --- testsuite/gdb.base/commands.exp 27 Jun 2013 18:49:03 -0000 1.52 +++ testsuite/gdb.base/commands.exp 7 Oct 2013 14:50:22 -0000 @@ -315,7 +315,7 @@ # scope. fail $test } - -re "Continuing.*\[Ww\]atchpoint $wp_id deleted because the program has left the block in.*which its expression is valid.*run.c:(53|77).*$gdb_prompt $" { + -re "Continuing.*\[Ww\]atchpoint $wp_id deleted because the program has left the block in.*which its expression is valid.*run.c:(53|78).*$gdb_prompt $" { pass $test } }