From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23266 invoked by alias); 16 Sep 2011 09:07:33 -0000 Received: (qmail 23239 invoked by uid 22791); 16 Sep 2011 09:07:31 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vw0-f50.google.com (HELO mail-vw0-f50.google.com) (209.85.212.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Sep 2011 09:07:17 +0000 Received: by vws14 with SMTP id 14so6241754vws.23 for ; Fri, 16 Sep 2011 02:07:16 -0700 (PDT) Received: by 10.52.176.169 with SMTP id cj9mr1228830vdc.117.1316164036048; Fri, 16 Sep 2011 02:07:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.178.11 with HTTP; Fri, 16 Sep 2011 02:06:56 -0700 (PDT) In-Reply-To: <20110916073532.GA396@host1.jankratochvil.net> References: <834o0we0he.fsf@gnu.org> <20110916073532.GA396@host1.jankratochvil.net> From: Kevin Pouget Date: Fri, 16 Sep 2011 09:12:00 -0000 Message-ID: Subject: Re: [commit] gdb.python/py-evthreads.exp regression [Re: [PATCH] Handle multiple breakpoint hits in Python interface] To: Jan Kratochvil Cc: gdb-patches@sourceware.org, pedro@codesourcery.com, tromey@redhat.com, Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-09/txt/msg00289.txt.bz2 On Fri, Sep 16, 2011 at 9:35 AM, Jan Kratochvil wrote: > > On Thu, 15 Sep 2011 14:30:21 +0200, Kevin Pouget wrote: > > commited > > > > http://sourceware.org/ml/gdb-cvs/2011-09/msg00085.html > > Regressed: > FAIL: gdb.python/py-evthreads.exp: Run to breakpoint 1 > FAIL: gdb.python/py-evthreads.exp: reached breakpoint 2 > FAIL: gdb.python/py-evthreads.exp: reached breakpoint 3 > > =A0event type: stop > =A0event type: stop > =A0stop reason: breakpoint > +first breakpoint number: 1 > =A0breakpoint number: 1 > =A0thread num: 1 > -(gdb) PASS: gdb.python/py-evthreads.exp: Run to breakpoint 1 > +(gdb) FAIL: gdb.python/py-evthreads.exp: Run to breakpoint 1 > > I understand gdb.python/py-evthreads.exp has been checked in between your > patch development and its check-in. > > Checked in. > > > Regards, > Jan Thanks for noticing that, Jan, next time I'll double-check that there is no regression at commit time, and not only when the patch is being validated Cordially, Kevin