From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6749 invoked by alias); 1 Aug 2012 09:08:02 -0000 Received: (qmail 6694 invoked by uid 22791); 1 Aug 2012 09:08:00 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_VG,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, 01 Aug 2012 09:07:45 +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 q7197JtV015145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Aug 2012 05:07:19 -0400 Received: from host2.jankratochvil.net (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7197D15001529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 1 Aug 2012 05:07:16 -0400 Date: Wed, 01 Aug 2012 09:08:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Joel Brobecker , "Maciej W. Rozycki" , Philippe Waroquiers , Pedro Alves Subject: [commit#2+7.5] testsuite: valgrind-infcall.exp UNSUPPORTED update [Re: [commit+7.5] [patchv2] Write bpt at the ON_STACK bpt address] Message-ID: <20120801090705.GA32146@host2.jankratochvil.net> References: <5012B1B6.1030003@redhat.com> <1343339398.2258.119.camel@soleil> <20120727184633.GA14182@host2.jankratochvil.net> <20120731073643.GA18696@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120731073643.GA18696@host2.jankratochvil.net> 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: 2012-08/txt/msg00009.txt.bz2 On Tue, 31 Jul 2012 09:36:43 +0200, Jan Kratochvil wrote: > On Fri, 27 Jul 2012 20:46:33 +0200, Jan Kratochvil wrote: > > * gdb.base/valgrind-infcall.c: New file. > > * gdb.base/valgrind-infcall.exp: New file. Also checked in: http://sourceware.org/ml/gdb-cvs/2012-08/msg00006.html and for 7.5: http://sourceware.org/ml/gdb-cvs/2012-08/msg00007.html as with valgrind-3.6.0 on RHEL-6 the error message is slightly different causing: Running gdb/testsuite/gdb.base/valgrind-infcall.exp ... PASS: gdb.base/valgrind-infcall.exp: spawn valgrind ERROR: Process no longer exists UNRESOLVED: gdb.base/valgrind-infcall.exp: valgrind started Jan http://sourceware.org/ml/gdb-cvs/2012-08/msg00006.html --- src/gdb/testsuite/ChangeLog 2012/07/31 07:35:17 1.3314 +++ src/gdb/testsuite/ChangeLog 2012/08/01 09:02:50 1.3315 @@ -1,3 +1,8 @@ +2012-08-01 Jan Kratochvil + + * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more + valgrind versions. + 2012-07-31 Jan Kratochvil * gdb.base/valgrind-infcall.c: New file. --- src/gdb/testsuite/gdb.base/valgrind-infcall.exp 2012/07/31 07:33:16 1.1 +++ src/gdb/testsuite/gdb.base/valgrind-infcall.exp 2012/08/01 09:02:50 1.2 @@ -62,7 +62,7 @@ unsupported $test return -1 } - -re "valgrind: Bad option '--vgdb-error=0'" { + -re "valgrind: Bad option.*--vgdb-error=0" { # valgrind is not >= 3.7.0. unsupported $test return -1