From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5990 invoked by alias); 21 Mar 2012 21:52:20 -0000 Received: (qmail 5982 invoked by uid 22791); 21 Mar 2012 21:52:19 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta15.emeryville.ca.mail.comcast.net (HELO qmta15.emeryville.ca.mail.comcast.net) (76.96.27.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Mar 2012 21:52:02 +0000 Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta15.emeryville.ca.mail.comcast.net with comcast id oMnL1i0050x6nqcAFMs2aD; Wed, 21 Mar 2012 21:52:02 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta12.emeryville.ca.mail.comcast.net with comcast id oMs01i00F0BKwT48YMs1st; Wed, 21 Mar 2012 21:52:01 +0000 Subject: Re: [fixincludes] Fix pthread.h failure (PR other/52626) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <14D8C182-D730-431D-9EFE-2CA68439C79A@comcast.net> Date: Wed, 21 Mar 2012 21:52:00 -0000 Cc: Bruce Korb , Rainer Orth , gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <14D8C182-D730-431D-9EFE-2CA68439C79A@comcast.net> To: Mike Stump 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: 2012-03/txt/msg01460.txt.bz2 On Mar 21, 2012, at 2:46 PM, Mike Stump wrote: > echo "# of expected failures $(cat $file | grep 'FAIL:' | wc -= l)" Oh, and if you expect perfection, you should use: echo "# of unexpected failures $(cat $file | grep 'FAIL:' | wc -= l)" instead.