From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6571 invoked by alias); 4 Oct 2011 21:58:07 -0000 Received: (qmail 6563 invoked by uid 22791); 4 Oct 2011 21:58:06 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta08.emeryville.ca.mail.comcast.net (HELO qmta08.emeryville.ca.mail.comcast.net) (76.96.30.80) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Oct 2011 21:57:53 +0000 Received: from omta15.emeryville.ca.mail.comcast.net ([76.96.30.71]) by qmta08.emeryville.ca.mail.comcast.net with comcast id givQ1h0011Y3wxoA8lxm6w; Tue, 04 Oct 2011 21:57:46 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta15.emeryville.ca.mail.comcast.net with comcast id gm0y1h0190BKwT48bm0yD3; Tue, 04 Oct 2011 22:00:58 +0000 Subject: Re: PATCH: Add capability to contrib/compare_tests to handle directories Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: Date: Tue, 04 Oct 2011 22:08:00 -0000 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <4CD2433B-1994-4834-A595-131242428431@comcast.net> References: To: Quentin Neill X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00280.txt.bz2 On Oct 4, 2011, at 2:37 PM, Quentin Neill wrote: > Ping? The problem with this patch is it reorders the listing so that lower priori= ty things are after higher priority things. The entire point of the routin= e is to list the high priority things first, so that a casual user can read= the first line or two and not immediately if there is something they care = about. Now, this property can be preserved simply by concatenating all the .sum fi= les found in a directory into an all.sum file, and then running the script = on those two files. If one does that, then the priority order is preserved.