From patchwork Tue Feb 22 08:20:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 83932 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]) by ozlabs.org (Postfix) with SMTP id 97CA0B708B for ; Tue, 22 Feb 2011 19:20:39 +1100 (EST) Received: (qmail 6327 invoked by alias); 22 Feb 2011 08:20:37 -0000 Received: (qmail 6319 invoked by uid 22791); 22 Feb 2011 08:20:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RFC_ABUSE_POST, TW_BJ, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta07.westchester.pa.mail.comcast.net (HELO qmta07.westchester.pa.mail.comcast.net) (76.96.62.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Feb 2011 08:20:31 +0000 Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta07.westchester.pa.mail.comcast.net with comcast id AwGC1g0021ei1Bg57wLWB4; Tue, 22 Feb 2011 08:20:30 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta24.westchester.pa.mail.comcast.net with comcast id AwLU1g00i0BKwT43kwLVPj; Tue, 22 Feb 2011 08:20:30 +0000 From: Mike Stump Subject: parallelize objc testing a bit more Date: Tue, 22 Feb 2011 00:20:26 -0800 Message-Id: <6F941937-6344-4363-AB12-A3450EAA6903@comcast.net> To: gcc patches Mime-Version: 1.0 (Apple Message framework v1082) X-IsSubscribed: yes 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 * Make-lang.in (check_objc_parallelize): Refine for 4 processor machines. 2011-02-21 Mike Stump * Make-lang.in (check_objc_parallelize): Refine for 4 processor machines. Index: Make-lang.in =================================================================== --- Make-lang.in (revision 170390) +++ Make-lang.in (working copy) @@ -128,9 +128,8 @@ # The following allows you to do 'make check-objc -j2'. The # execute.exp tests will be run in parallel with all the other ones. -# This is tuned for '-j2'. lang_checks_parallelized += check-objc -check_objc_parallelize = execute.exp +check_objc_parallelize = gnu-encoding.exp execute.exp exceptions.exp # # Install hooks: