From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 652283954C62 for ; Mon, 11 May 2020 21:30:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 652283954C62 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andrew.burgess@embecosm.com Received: by mail-wm1-x335.google.com with SMTP id w19so6274554wmc.1 for ; Mon, 11 May 2020 14:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=QNTJM7mk0Z8fClShOODvtvuoaBQojn++05vgfQWQFBE=; b=f6oVmUdi8bk4LPXxQ2LqLV1cOym6BiAVrG/yFdfOGOnZRDB9u6+kjRYgJIR4OcAVIO BlHpQiAcqwsew09RjxBV1WLfYoDIaLSfanLbQ+oa3C6m9LuiVK3oaySAEKResf1IKUoz 86LxAHfCBpRF3p2vUvfKBTeRr3lRh+Qj0R0aBvOGMwxfgvb+vx3TG2uW7LIqEtf4SRPv w+hSIcp+1vVyr4/iE/OAYjcpDOCSOkqK2PaW/m5IP/rzGs1rulSmiwhe/iYpvag5jilC 49yH8RgMENwjNSGHDehnmZSDm/ZVCMNRKd82EPM40nmk6trLm0CdZrqwm1CqmE8+b82A viIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=QNTJM7mk0Z8fClShOODvtvuoaBQojn++05vgfQWQFBE=; b=jVOePFM2rcS6eqCLRIc2xCX7G70w/163b+Alfe7RODZSrEPj5nAI+EQSHhlPH9HeAn FsE70Y5jky+MU0ycWPlRewiX4sGL+0QUhigEi0vRTvmHDnOW3OZHTc04Qbe7i/0GUYPf r2z+qXBOivUh4BlTM4C+M6twABlFbwWjtA9BuBQJyIQLUJH6zFA6WN80rWQ9gl2rJmIE Xoba5OCXXAhZMYrKfxuVzjPzDajGyCeTMg7r8LVdMP5wLtGzgAgLlbgfdZaY2r7w6p+k ihfbe96/vSQ4QOODm9aprbq4/6BMRaHkVbalOUAJsltEomeBGdRA7qrZK/dQz4mAwGFb MtCA== X-Gm-Message-State: AOAM531ZCVesqvP+h2m5U35ZR6ocyfBOatE1OhjvFsNYV3zmeZo05vEs 3hx8nf2xD4lHGAEkcvBNeDtTu1Hd8iA= X-Google-Smtp-Source: ABdhPJwUka8X/1ISFcCcWgd1Hsrdt8u0t9kMYh7+pitC4x059YFB6p/urjskn8u5YfnMg4Z2xiG4DQ== X-Received: by 2002:a05:600c:2dd0:: with SMTP id e16mr1046906wmh.121.1589232619319; Mon, 11 May 2020 14:30:19 -0700 (PDT) Received: from localhost (host81-151-181-184.range81-151.btcentralplus.com. [81.151.181.184]) by smtp.gmail.com with ESMTPSA id x1sm10688280wrt.86.2020.05.11.14.30.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 May 2020 14:30:18 -0700 (PDT) Date: Mon, 11 May 2020 22:30:17 +0100 From: Andrew Burgess To: gdb-patches@sourceware.org Subject: Re: [PATCHv3 0/3] Automatic detection of test name problems Message-ID: <20200511213017.GQ3522@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux/5.5.17-200.fc31.x86_64 (x86_64) X-Uptime: 22:29:01 up 21 days, 9:36, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 21:30:24 -0000 * Andrew Burgess [2020-04-30 12:20:08 +0100]: > Changes since v2: > > - Now print PATH: .... or DUPLICATE: .... into the summary and log > files when an offending test name is seen. > > - The dg-extract-results.* script merge these new status lines into > the single unified file when running tests in parallel. > > All feedback welcome, I've now pushed patches #1 and #2 from this series. Patch #3 I will post to the GCC list in order to get it merged. Then I'll back-port to our repository after that. Thanks, Andrew