From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102109 invoked by alias); 17 Nov 2016 15:27:26 -0000 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 Received: (qmail 102091 invoked by uid 89); 17 Nov 2016 15:27:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Junior, junior X-HELO: emailserver1.aplushosting.com Received: from emailserver1.asdf456.com (HELO emailserver1.aplushosting.com) (72.18.207.136) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Thu, 17 Nov 2016 15:27:20 +0000 Received: (qmail 21317 invoked by uid 0); 17 Nov 2016 15:27:18 -0000 Received: from unknown (HELO pinnacle.lan) (70.176.31.165) by emailserver1.asdf456.com with SMTP; Thu, 17 Nov 2016 07:27:18 -0800 Date: Thu, 17 Nov 2016 15:27:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [PATCH v2 1/5] Extend test gdb.python/py-recurse-unwind.exp Message-ID: <20161117082716.67a19d6a@pinnacle.lan> In-Reply-To: <8760nngi11.fsf@redhat.com> References: <20161102151111.2462c806@pinnacle.lan> <20161102151428.11d1d20e@pinnacle.lan> <75c10343-bc79-42ff-5e8d-c6825dd89d22@redhat.com> <20161116115208.2f43483b@pinnacle.lan> <8760nngi11.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00483.txt.bz2 On Wed, 16 Nov 2016 17:46:18 -0500 Sergio Durigan Junior wrote: > While checking some BuildBot logs, I noticed a few new FAILures > introduced by this commit. You can see them at: > > > > Cheers, > > > commit 1a2f3d7ff1d79b1290704e48c71e905b987393a6 > > Author: Kevin Buettner > > Date: Mon Sep 26 15:00:37 2016 -0700 I wrote and committed the test (which introduces some new FAILures) prior to committing the work which fixes those failures. I didn't think it would be a problem, since I pushed them all at the same time. However, I see now that I should have reordered these commits prior to pushing them. That's what I'll do in the future. My apologies for introducing temporary regressions into the testing... Kevin