From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31874 invoked by alias); 15 Oct 2013 17:14:33 -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 31861 invoked by uid 89); 15 Oct 2013 17:14:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f202.google.com Received: from mail-ob0-f202.google.com (HELO mail-ob0-f202.google.com) (209.85.214.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Oct 2013 17:14:32 +0000 Received: by mail-ob0-f202.google.com with SMTP id gq1so1988595obb.3 for ; Tue, 15 Oct 2013 10:14:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=OQ3kUVJrDtOkHeNwm7BN7kvfDov9sHWKhvfoiCFYLAY=; b=jYymfporZA4ltyjGD7m4W0vi2Di1kevehdZSsr5JPHa/8HfnBfJYk9Q/XDg33OjA9M 0UHVWRWdAUScM2nHtdLWQExBkFUKuyZe5RfmxFU6E10/h1LqvVIfMYPyE9n2YqiMH535 +cKvRTBm1iKS6kExVN36vPcR0dXq5hwc3CW5nlqO1LyoLjwyX4rgLEpYKZmTEcKAD0Wk DRqH9RdkrsScP6MFqfsYf3h2k0uc+HfgWqw/MnymxINfpiaAvvrJLGUWWkoT1UW6BXk7 vAhbXZJUATpg4GG7g7yAwH2TO2vl64kEUgWQChgYVrA8BbWZxxsHkOj9Mwc3jp+eig7O qS+Q== X-Gm-Message-State: ALoCoQk1sdFWp2mgKUzxdrMzL5hEk5V+UA381Qe1a7lZ3f/r2RCitaOyz0t1SWkwlUBf6p4doNU5lasgEM8eNE7KBt85NA8fBqqZZFD2rGXmy6pTAlcVWqBxlbudvVRxvJH9vlhj6gNlBYaXYOlFVsYxpqsV/KUJGBZ803jyl4LEAkpKHBxXl8Mju/DCuBNNjSCn6t1wMXq02m4hCLBdpT7LiyjdHAojBw== X-Received: by 10.182.27.36 with SMTP id q4mr14590897obg.7.1381857269966; Tue, 15 Oct 2013 10:14:29 -0700 (PDT) Received: from corp2gmr1-2.hot.corp.google.com (corp2gmr1-2.hot.corp.google.com [172.24.189.93]) by gmr-mx.google.com with ESMTPS id z45si4125604yha.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=AES128-SHA bits=128/128); Tue, 15 Oct 2013 10:14:29 -0700 (PDT) Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.17.128.44]) by corp2gmr1-2.hot.corp.google.com (Postfix) with ESMTP id 63FBF5A42F8; Tue, 15 Oct 2013 10:14:29 -0700 (PDT) From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21085.30708.764637.903703@ruffy.mtv.corp.google.com> Date: Tue, 15 Oct 2013 17:14:00 -0000 To: Yao Qi Cc: gdb-patches Subject: Re: [PATCH 1/3] New make target 'check-perf' and new dir gdb.perf In-Reply-To: <5255F47F.1050209@codesourcery.com> References: <1380119209-25975-1-git-send-email-yao@codesourcery.com> <1380119209-25975-2-git-send-email-yao@codesourcery.com> <5255F47F.1050209@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00460.txt.bz2 Yao Qi writes: > > I was thinking there is one time when IWBN to run the tests in parallel: > > If I make a change to the test harness, I may want to run all the > > tests in some reduced-size mode to verify I haven't broken anything. > > I won't care what the perf results are - I'll just want to know that > > things still work.:-) This can be left for later though. > > Or we can add some test cases to perf test harness, and they can be > started by 'make check' too. Sure. Still, IWBN to be able to run the real tests to do regression checks.