From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12559 invoked by alias); 5 Jul 2009 01:16:39 -0000 Received: (qmail 12514 invoked by uid 22791); 5 Jul 2009 01:16:38 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 05 Jul 2009 01:16:32 +0000 Received: from spaceape8.eur.corp.google.com (spaceape8.eur.corp.google.com [172.28.16.142]) by smtp-out.google.com with ESMTP id n651GTZB003845 for ; Sat, 4 Jul 2009 18:16:30 -0700 Received: from qyk5 (qyk5.prod.google.com [10.241.83.133]) by spaceape8.eur.corp.google.com with ESMTP id n651GQqE014831 for ; Sat, 4 Jul 2009 18:16:27 -0700 Received: by qyk5 with SMTP id 5so501947qyk.8 for ; Sat, 04 Jul 2009 18:16:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.84.209 with SMTP id k17mr1677101qcl.61.1246756586563; Sat, 04 Jul 2009 18:16:26 -0700 (PDT) In-Reply-To: <4A4E9D98.2090805@vmware.com> References: <4A4E9D98.2090805@vmware.com> Date: Sun, 05 Jul 2009 01:16:00 -0000 Message-ID: <8ac60eac0907041816i7363f18aw43124d061faf8038@mail.gmail.com> Subject: Re: 3X testsuite slow-down? From: Paul Pluzhnikov To: Michael Snyder Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00027.txt.bz2 On Fri, Jul 3, 2009 at 5:08 PM, Michael Snyder wrote: > I just did a cvs update, and the time that it takes to run "make check" > jumped from 8 minutes to 24 minutes. 8 minutes sounds too fast. FWIW, runtest on my machine, with Ada unsupported in my GCC, took 18 minutes on 20090616: === gdb Summary === # of expected passes 13248 # of unexpected failures 109 # of expected failures 42 # of known failures 114 # of unresolved testcases 3 # of untested testcases 10 # of unsupported tests 62 and took 17 minutes just now: === gdb Summary === # of expected passes 13359 # of unexpected failures 103 # of expected failures 43 # of known failures 116 # of unresolved testcases 1 # of untested testcases 11 # of unsupported tests 63 Also, most of the slowdowns I observed come from tests failing with a timeout, not from breakage of the test suite itself. -- Paul Pluzhnikov