From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4874 invoked by alias); 28 Feb 2012 16:08:12 -0000 Received: (qmail 4857 invoked by uid 22791); 28 Feb 2012 16:08:09 -0000 X-SWARE-Spam-Status: No, hits=-6.6 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, 28 Feb 2012 16:07:55 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SG7pWs011195 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 28 Feb 2012 11:07:51 -0500 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1SG7lwX007445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 28 Feb 2012 11:07:50 -0500 Date: Tue, 28 Feb 2012 16:19:00 -0000 From: Jan Kratochvil To: Luis Gustavo Cc: gdb-patches@sourceware.org Subject: Re: Regressions in gdbserver mode #2 [Re: General regressions in gdbserver mode] Message-ID: <20120228160747.GA12520@host2.jankratochvil.net> References: <4F2309F1.1020703@mentor.com> <4F47ABCF.9020305@mentor.com> <20120225142037.GA26330@host2.jankratochvil.net> <4F4900CB.8010606@mentor.com> <20120225170610.GA31657@host2.jankratochvil.net> <4F49277A.70400@mentor.com> <20120225194022.GA16174@host2.jankratochvil.net> <4F493D7D.1030907@mentor.com> <20120226215423.GA9147@host2.jankratochvil.net> <4F4AB8BA.8050708@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F4AB8BA.8050708@mentor.com> 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-02/txt/msg00658.txt.bz2 On Sun, 26 Feb 2012 23:56:58 +0100, Luis Gustavo wrote: > On 02/26/2012 06:54 PM, Jan Kratochvil wrote: > > Still getting now these regressions in gdbserver non-extended mode: > > > > -PASS: gdb.base/save-bp.exp: info break > > +FAIL: gdb.base/save-bp.exp: info break > > +FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint (timeout) > > +FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2 (GDB internal error) > > +FAIL: gdb.cp/mb-templates.exp: ... > > Yes. I am aware of those. > > I've mentioned the mb-templates.exp one in the first mail about the > series. It seems to be a problem that i uncovered when dealing with > the agent expressions machinery on GDB's side. I'll debug this next. I see here now "I'll debug this next.", I forgot about that. Posted it now as KFAILs: [patch 1/2] testsuite: Code cleanup: mb-templates.exp http://sourceware.org/ml/gdb-patches/2012-02/msg00655.html [patch 2/2] KFAIL for mb-templates.exp PASS->FAIL regression http://sourceware.org/ml/gdb-patches/2012-02/msg00656.html Jan