From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24258 invoked by alias); 9 Mar 2011 17:23:29 -0000 Received: (qmail 24250 invoked by uid 22791); 9 Mar 2011 17:23:27 -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; Wed, 09 Mar 2011 17:23:22 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p29HMp6h018620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Mar 2011 12:22:51 -0500 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p29HMnxv026417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Mar 2011 12:22:51 -0500 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p29HMmL1022826; Wed, 9 Mar 2011 18:22:48 +0100 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p29HMkdp022809; Wed, 9 Mar 2011 18:22:46 +0100 Date: Wed, 09 Mar 2011 17:32:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org, Joel Brobecker Subject: Re: Regression: [Re: RFC: change "program exited" message] Message-ID: <20110309172246.GA22738@host1.jankratochvil.net> References: <201103041913.09385.pedro@codesourcery.com> <201103041938.02711.pedro@codesourcery.com> <20110308065419.GA1239@host1.jankratochvil.net> <20110309153947.GA15507@host1.jankratochvil.net> 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/msg00612.txt.bz2 On Wed, 09 Mar 2011 18:13:02 +0100, Tom Tromey wrote: > >>>>> "Jan" == Jan Kratochvil writes: > > Jan> -PASS: gdb.ada/catch_ex.exp: continuing to program completion > Jan> +FAIL: gdb.ada/catch_ex.exp: continue until exit (the program exited) > > Can you try this? [...] > -gdb_continue_to_end > +gdb_continue_to_end "" continue 1 I tried that but that was the reason I wrote: the .exp testfile does not have too straightforward way to accept the non-zero exit code as even with set extra ".*" there is still the expectation "Continuing.\[\r\n0-9\]+${extra}(... EXIT code 0\[\r\n\]+|$inferior_exited_re normally).*" but the output is [Inferior 1 (process 14730) exited with code 01] Thanks, Jan