From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29233 invoked by alias); 16 Dec 2014 00:29:24 -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 29218 invoked by uid 89); 16 Dec 2014 00:29:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-vc0-f178.google.com Received: from mail-vc0-f178.google.com (HELO mail-vc0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 16 Dec 2014 00:29:21 +0000 Received: by mail-vc0-f178.google.com with SMTP id hq11so5985451vcb.23 for ; Mon, 15 Dec 2014 16:29:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2CYm8hKX+CH0LwsktzrlH36UFL3tAbwzig4Id70Inoo=; b=eU/vVgKK5paetrILnoK9IZLaozeFrf0M7y6UGh4cyF78pD+DUdL+FNFLLnEdRjDLZp aslw3eb/hMEhrR54uGh2YB+0yVFB49t/8UiHfw2Z/AH5UF2lWYI/xfSbb/QHtvv7AWjB B+5iMlaykCPRZnTDxwKM1aDqe+CmYgP0JgU3aD0tC2vXN5RvJYfEKkb4IRT/3jj2L/W/ NOg0bsCsb8slAVO7U+HyYfxqSK8tSLkSde5lNAuu4VVbOaAFeUKqd7CnsumpB9FOLJ3+ ZR4FZkbRGxtlC1rQ0srxql0KpePmPVnZgCESD04tKeJ81ea13T8bANANrjoFylyR4G/a XEcQ== X-Gm-Message-State: ALoCoQmg6+SJTkXKVQVv9RRzX+VaXgp5oD6/ETXU/C4agK1C7pi6h8YTq4HmX2vhIV1w8baC5L6h MIME-Version: 1.0 X-Received: by 10.220.133.72 with SMTP id e8mr2123918vct.38.1418689758511; Mon, 15 Dec 2014 16:29:18 -0800 (PST) Received: by 10.52.114.101 with HTTP; Mon, 15 Dec 2014 16:29:18 -0800 (PST) In-Reply-To: <1418686405-29922-1-git-send-email-sergiodj@redhat.com> References: <1418686405-29922-1-git-send-email-sergiodj@redhat.com> Date: Tue, 16 Dec 2014 00:29:00 -0000 Message-ID: Subject: Re: [PATCH] Merge dg-extract-results.{sh,py} from GCC upstream From: Doug Evans To: Sergio Durigan Junior Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00434.txt.bz2 On Mon, Dec 15, 2014 at 3:33 PM, Sergio Durigan Junior wrote: > It has been a while since we don't sync this file with GCC upstream, > and in the meantime some interesting things have happened. The most > interesting is the inclusion of a new dg-extract-results.py which is > apparently faster than its shell equivalent. > > This merge will probably fix the bug described in > > > > Though I am still proposing the patch for upstream GCC. Once it gets > accepted, I will merge it too. > > OK to apply? > > gdb/testsuite/ChangeLog: > 2014-12-14 Sergio Durigan Junior > > Merge dg-extract-results.{sh,py} from GCC upstream (r210243, > r210637, r210913, r211666, r215400, r215817). > > 2014-05-08 Richard Sandiford > * dg-extract-results.py: New file. > * dg-extract-results.sh: Use it if the environment seems > suitable. > > 2014-05-20 Richard Sandiford > > * dg-extract-results.py (parse_run): Handle warnings that > are printed before a test harness is run. > > 2014-05-25 Richard Sandiford > > * dg-extract-results.py (Named): Remove __cmp__ method. > (output_variation): Use a key to sort variation.harnesses. > > 2014-06-14 Richard Sandiford > > * dg-extract-results.py: For Python 3, force sys.stdout to > handle surrogate escape sequences. > (safe_open): New function. > (output_segment, main): Use it. > > 2014-09-19 Segher Boessenkool > > * dg-extract-results.py (Prog.result_re): Include options > in test name. > > 2014-10-02 Segher Boessenkool > > * dg-extract-results.py (output_variation): Always sort if > do_sum. Ok by me.