From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 18:53:11 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66E101DE for ; Sun, 8 Jun 2014 18:53:11 +0000 (UTC) Received: from mail-qg0-f51.google.com (mail-qg0-f51.google.com [209.85.192.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24C3C2EC8 for ; Sun, 8 Jun 2014 18:53:10 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id q107so7934243qgd.24 for ; Sun, 08 Jun 2014 11:53:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Ymf25Fwzqr5g0ks8RE+K555IoCp6bw6kqe5iCUc8d+U=; b=CdrU758dAd7TKCXe2lra3E+XfUalyV8/+Wk/e96fhOhyLYl5nmqSbNiiinXG9Jhlfz 3Tj66DfzQ6znuLALWqGKFC8dNXY6ZXwENCLDDRErMATTmFP/ClerpIoLfl2D+Be/nBsg yiCHA4hLnLgrZjRCW1VZjQ1KPtRGAEpVb0FMMNB2BIGTXcE07bNaCikkc+EsCXGEphG3 2TZ/NJkjuay+g8SCY3cg2ARLYZTn2aJwDbggaDnH+rmz+VfIcsiUHVTshRu/YwFgdEIs dMN9fG2OeUrUUezB44pTOom5JzcxxS5bTzh6v32xkTAO3P4IdIvocswmqGOIBOKJXflt pqZA== X-Gm-Message-State: ALoCoQkt5Ml8JpLzMTU+KC0ChaM8uPQDZBAVzpEY0bMMFUDmxsOYpe8uUztZGXI0E6qmtBG778PT X-Received: by 10.224.152.5 with SMTP id e5mr6174924qaw.65.1402253584030; Sun, 08 Jun 2014 11:53:04 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Sun, 8 Jun 2014 11:52:43 -0700 (PDT) X-Originating-IP: [89.101.236.178] In-Reply-To: References: <20140607033334.GO3991@kib.kiev.ua> From: Julio Merino Date: Sun, 8 Jun 2014 14:52:43 -0400 X-Google-Sender-Auth: GeivReU79dZr9yBZnEEbup-s2eo Message-ID: Subject: Re: Turning TESTS on by default To: Warren Block Content-Type: text/plain; charset=UTF-8 Cc: Konstantin Belousov , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 18:53:11 -0000 On Sun, Jun 8, 2014 at 1:50 PM, Warren Block wrote: > How much of an impact does the test suite have in terms of disk space > (probably not much) It clocks at 11MB now on amd64. > and buildworld time (possibly not much, either)? Haven't measured. Note, though, that the majority of the existing tests are shell-scripts so they do not take any build time.