From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31587 invoked by alias); 15 Nov 2017 16:16:50 -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 31446 invoked by uid 89); 15 Nov 2017 16:16:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Guess 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; Wed, 15 Nov 2017 16:16:49 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 385F14A6FF; Wed, 15 Nov 2017 16:16:48 +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 93AE511E7DA; Wed, 15 Nov 2017 16:16:47 +0000 (UTC) Subject: Re: [PATCH 6/6] Fix racy output matching in gdb.tui/tui-completion.exp To: Simon Marchi , gdb-patches@sourceware.org References: <1509039747-15026-1-git-send-email-palves@redhat.com> <1509039747-15026-7-git-send-email-palves@redhat.com> <08f40746-3771-d36a-889c-a31069436062@ericsson.com> From: Pedro Alves Message-ID: <994f68f5-888c-e6c8-774c-5c5da6d8abf9@redhat.com> Date: Wed, 15 Nov 2017 16:16: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: <08f40746-3771-d36a-889c-a31069436062@ericsson.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00281.txt.bz2 On 11/15/2017 04:08 PM, Simon Marchi wrote: > Hi Pedro, > > I am seeing a failure in this test (gdb.tui/completion.exp), I pushed > this patch to fix it. > Thanks. Guess I only tested with "make check-read1", which masks this problem, because the regex matches as soon at the 't' in "layout" is consumed. Kind of ironic. :-P Sorry about that. Thanks, Pedro Alves