From patchwork Fri Sep 23 11:37:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 674037 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sgWZ1617tz9t17 for ; Fri, 23 Sep 2016 21:37:44 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=daiIeVNL; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; q=dns; s=default; b=WRCFG7hzw01TbqXD vnI+MDMDD63KUZ9p2OM1zpT5dihSHFSmRZzCUZ8v+CkQcIOkj8fuI6NoosxvVloe tQn2aGDb/JsKu7zw7U3bcGzCKblqIXBdyy0sbnMAi1097gkNjiaEaBzzTf+ZjqpH 5Ksoe97sYPleVSQoMaL0yYYrsfk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=default; bh=DBKhvp9tL4F49Sua0cx4Fw TZqic=; b=daiIeVNLn3gGhO2v3k7NUFV/GTUiErhsPXdSpgSHzgDqRmqsSsWqb1 A6t2pAQuNEBrLwhCKn6QnkwXxiXgA5D7A+8P70ghc/Qoox8VTnahbpWk0ab0IXjY qjMBqNqUx98xADhpgry17+HXO2omENI63p56kw3a6CNwftXv+T/hk= Received: (qmail 23548 invoked by alias); 23 Sep 2016 11:37:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 23534 invoked by uid 89); 23 Sep 2016 11:37:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1243, Biotechnology, D*Uni-Bielefeld.DE, bielefeld X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Sep 2016 11:37:25 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 6D26E7EF; Fri, 23 Sep 2016 13:37:23 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tg1gokcvnaCD; Fri, 23 Sep 2016 13:37:21 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id D1BE47EE; Fri, 23 Sep 2016 13:37:21 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.15.2+Sun/8.15.2/Submit) id u8NBbL9D012230; Fri, 23 Sep 2016 13:37:21 +0200 (MEST) From: Rainer Orth To: Christophe Lyon Cc: "gcc-patches\@gcc.gnu.org" Subject: Re: Report DejaGnu ERROR messages in dg-extract-results References: Date: Fri, 23 Sep 2016 13:37:20 +0200 In-Reply-To: (Christophe Lyon's message of "Tue, 20 Sep 2016 11:26:37 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes Hi Christophe, > We recently faced a problem where a DejaGnu error went un-noticed > (https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01879.html). I just noticed that your patch contained an unrelated and bogus change, reverted as follows. This will only show up on targets that lack (a sufficiently recent version of) python, Solaris 10 in my case. Rainer 2016-09-23 Rainer Orth * dg-extract-results.sh: Revert bogus change. diff --git a/contrib/dg-extract-results.sh b/contrib/dg-extract-results.sh --- a/contrib/dg-extract-results.sh +++ b/contrib/dg-extract-results.sh @@ -434,7 +434,7 @@ BEGIN { /^# of unresolved testcases/ { unrescnt += \$5 } /^# of unsupported tests/ { unsupcnt += \$5 } END { - printf ("\n\t\t=== %s MySummary ===\n\n", tool) + printf ("\n\t\t=== %s Summary ===\n\n", tool) if (dgerrorcnt != 0) printf ("# of DejaGnu errors\t\t%d\n", dgerrorcnt) if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt) if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)