From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7997 invoked by alias); 13 Sep 2012 05:36:16 -0000 Received: (qmail 7853 invoked by uid 22791); 13 Sep 2012 05:36:15 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Thu, 13 Sep 2012 05:35:56 +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 q8D5Ztgb013915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Sep 2012 01:35:55 -0400 Received: from host2.jankratochvil.net (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q8D5ZpBh001723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 13 Sep 2012 01:35:54 -0400 Date: Thu, 13 Sep 2012 05:36:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Pedro Alves , gdb-patches@sourceware.org Subject: [commit+7.5] [patch] gdb.base/valgrind-infcall.exp compat. with Ubuntu 10.04.4 Message-ID: <20120913053550.GA4461@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120824142733.GA5887@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-09/txt/msg00237.txt.bz2 On Tue, 21 Aug 2012 22:00:44 +0200, Doug Evans wrote: > On Tue, Aug 21, 2012 at 12:04 PM, Jan Kratochvil wrote: > > Unless Doug speaks up with a verification I will just remove the comment. > > I'd say keep the comment in some form. > > The tcl/expect I've been using is > $ expect -v > expect version 5.44.1.14 > $ ldd /usr/bin/expect | grep tcl > libtcl8.5.so.0 => /usr/lib/libtcl8.5.so.0 (0x00007ff9bac15000) On Fri, 24 Aug 2012 16:27:33 +0200, Jan Kratochvil wrote: > After reverting 61ab2e32245eadc40c36c5d7d4c4962962df59bd on FSF GDB HEAD it > still works for me. [...] > Do you run some replaced valgrind on updated Ubuntu 10.04.4? Stock Ubuntu > valgrind is too old for this testcase to run. Therefore removed the comment: http://sourceware.org/ml/gdb-cvs/2012-09/msg00056.html For 7.5: http://sourceware.org/ml/gdb-cvs/2012-09/msg00057.html Regads, Jan http://sourceware.org/ml/gdb-cvs/2012-09/msg00056.html --- src/gdb/testsuite/ChangeLog 2012/09/12 23:29:04 1.3370 +++ src/gdb/testsuite/ChangeLog 2012/09/13 05:32:08 1.3371 @@ -1,3 +1,7 @@ +2012-09-13 Jan Kratochvil + + * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu. + 2012-09-12 Keith Seitz * gdb.cp/converts.cc (main): Comment out the pointer to boolean --- src/gdb/testsuite/gdb.base/valgrind-infcall.exp 2012/08/07 18:04:12 1.4 +++ src/gdb/testsuite/gdb.base/valgrind-infcall.exp 2012/09/13 05:32:09 1.5 @@ -96,7 +96,6 @@ gdb_test_multiple "continue" "" { -re "Invalid free\\(\\).*: main .*\r\n$gdb_prompt $" { pass $test - # In Ubuntu 10.04.4 environments 'break' does not work here. set loop 0 } -re "Remote connection closed.*\r\n$gdb_prompt $" {