From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2430 invoked by alias); 8 Mar 2011 06:54:40 -0000 Received: (qmail 2420 invoked by uid 22791); 8 Mar 2011 06:54:38 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Mar 2011 06:54:31 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p286sMae010964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 8 Mar 2011 01:54:23 -0500 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p286sKcW027126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Mar 2011 01:54:22 -0500 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p286sK8a011417; Tue, 8 Mar 2011 07:54:20 +0100 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p286sJ0u011411; Tue, 8 Mar 2011 07:54:19 +0100 Date: Tue, 08 Mar 2011 09:43:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Regression: [Re: RFC: change "program exited" message] Message-ID: <20110308065419.GA1239@host1.jankratochvil.net> References: <201103041913.09385.pedro@codesourcery.com> <201103041938.02711.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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-03/txt/msg00520.txt.bz2 On Mon, 07 Mar 2011 16:58:16 +0100, Tom Tromey wrote: > Ok. Here is the version I am checking in. > Built and regtested on x86-64 (compile farm). This has a heavy regression for me such as: FAIL: gdb.base/break.exp: continue until exit at recursive next test (the program exited) This is a regression by: 67f954c319369009fa2f4262ec07bca10589f964 ^^^ this one merged two different CVS patches http://sourceware.org/ml/gdb-cvs/2011-03/msg00097.html There would be needed for example: --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -3082,7 +3082,7 @@ proc gdb_continue_to_end {{mssg ""} {command continue}} { # Don't bother to check the output of the program, that may be # extremely tough for some remote systems. gdb_test "continue"\ - "Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|$inferior_exited_re normally).*"\ + "Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|\\\[$inferior_exited_re normally).*"\ $text } } But this is not enough for all the regressions. I do not understand how it could pass the testsuite for you. Full log: http://people.redhat.com/jkratoch/20110308Build-gdbcvs.gdbmail Thanks, Jan