From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118531 invoked by alias); 9 Nov 2017 22:50:21 -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 118518 invoked by uid 89); 9 Nov 2017 22:50:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:833 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 ESMTP; Thu, 09 Nov 2017 22:50:19 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8FB667D0C2 for ; Thu, 9 Nov 2017 22:50:18 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2649E60CA5 for ; Thu, 9 Nov 2017 22:50:17 +0000 (UTC) Subject: Re: [PATCH 0/6] Fix several cases of racy output matching To: gdb-patches@sourceware.org References: <1509039747-15026-1-git-send-email-palves@redhat.com> From: Pedro Alves Message-ID: Date: Thu, 09 Nov 2017 22:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1509039747-15026-1-git-send-email-palves@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00216.txt.bz2 On 10/26/2017 06:42 PM, Pedro Alves wrote: > After , I > had the bright idea of running the whole testsuite with "make > check-read1", and that exposed a number of problems. > > This fixes a good chunk of those. (There are more in at least gdb.mi/ > and gdb.python/.) > > Pedro Alves (6): > Fix racy output matching in gdb.asm/asm-source.exp > Fix racy output matching in gdb.base/completion.exp > Fix racy output matching in gdb.base/memattr.exp > Fix racy output matching in gdb.base/cpcompletion.exp > Fix racy output matching in gdb.base/multi-attach.exp, > gdb.server/ext-{attach, restart, ext-run}.exp > Fix racy output matching in gdb.tui/tui-completion.exp I've pushed these in now. Thanks, Pedro Alves