From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32539 invoked by alias); 8 Oct 2007 15:24:10 -0000 Received: (qmail 32520 invoked by uid 22791); 8 Oct 2007 15:24:09 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Oct 2007 15:24:06 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 03A48187021; Mon, 8 Oct 2007 17:28:48 +0200 (CEST) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <009c01c809a5$c05be1c0$4113a540$@u-strasbg.fr> <20071008134219.GK3570@adacore.com> <00a001c809b2$56fc8ec0$04f5ac40$@u-strasbg.fr> <20071008150155.GM3570@adacore.com> In-Reply-To: <20071008150155.GM3570@adacore.com> Subject: RE: [RFA] ARI fix: Remove asprintf in breakpoint.c Date: Mon, 08 Oct 2007 15:24:00 -0000 Message-ID: <000501c809bf$49bd85e0$dd3891a0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2007-10/txt/msg00163.txt.bz2 Thanks for the approval, committed. Concerning the overnight running of testsuites with different patches, does anyone have some script that automates this? Pierre > -----Original Message----- > From: Joel Brobecker [mailto:brobecker@adacore.com] > Sent: Monday, October 08, 2007 5:02 PM > To: Pierre Muller > Cc: gdb-patches@sourceware.org > Subject: Re: [RFA] ARI fix: Remove asprintf in breakpoint.c > > > No, sorry, but the testsuite on cygwin is really a pain, > > it has some signal problems that makes the testsuite > > horribly slow, with tons of timeouts... > > and no I have no easy linux access. > > Humpf, I know the pain of horribly slow testsuites. I also test > on some machines where I need to wait overnight before getting > the results. > > We could probably do without a testsuite run in this case, but you > never know. If you have the opportunity to do so, perhaps you can > batch all your patches, test them overnight, and then submit them > the next day. If this is too much hassle, I'd much rather have you > contribute and I'll help with the testing. > > > > > 2007-10-08 Pierre Muller > > > > > > > > * breakpoint.c (print_one_breakpoint_location): ARI fix: > > > > Replace asprintf by xstrprintf. > > I tested this one for you, so you can go ahead and check it in. > Thank you| > > -- > Joel