From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26174 invoked by alias); 10 Sep 2014 21:25:58 -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 26158 invoked by uid 89); 10 Sep 2014 21:25:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 10 Sep 2014 21:25:57 +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 s8ALPpSI016979 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 10 Sep 2014 17:25:52 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8ALPnXn010952; Wed, 10 Sep 2014 17:25:50 -0400 Message-ID: <5410C1DD.1090200@redhat.com> Date: Wed, 10 Sep 2014 21:25:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: Pedro Alves , Jan Kratochvil CC: Doug Evans , Mark Wielaard , gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] testsuite: refactor spawn and wait for attach References: <53B57911.10304@redhat.com> <53B6B0B8.2050702@redhat.com> <21434.52532.737427.778289@ruffy.mtv.corp.google.com> <53BC0D0B.7040001@redhat.com> <21437.28600.751354.629884@ruffy.mtv.corp.google.com> <53BD7749.5000800@redhat.com> <20140903075858.GA23492@host2.jankratochvil.net> <540775D7.7040003@redhat.com> <20140907192818.GA17035@host2.jankratochvil.net> <540DD705.6000204@redhat.com> <20140909172950.GA29752@host2.jankratochvil.net> <540F3A5E.6070505@redhat.com> In-Reply-To: <540F3A5E.6070505@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-09/txt/msg00343.txt.bz2 On 09/09/2014 06:35 PM, Pedro Alves wrote: > On 09/09/2014 06:29 PM, Jan Kratochvil wrote: >> On Mon, 08 Sep 2014 18:19:17 +0200, Pedro Alves wrote: >>> Indeed it could. I've done that now. See below. There were actually more >>> places around the testsuite that have that same code. Let me know how it looks >>> to you. >> >> As long as it has been tested on *-*-cygwin* I do not see anything wrong >> there. > > It hasn't. I wonder if someone can help with this? FYI, Keith was kind enough to run testing and sent me the logs, though I haven't analyzed them yet. Thanks, Pedro Alves