From owner-svn-src-stable-10@FreeBSD.ORG Sat Dec 28 20:10:59 2013 Return-Path: Delivered-To: svn-src-stable-10@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 F2E372EF for ; Sat, 28 Dec 2013 20:10:59 +0000 (UTC) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF16D1649 for ; Sat, 28 Dec 2013 20:10:59 +0000 (UTC) Received: by mail-ig0-f177.google.com with SMTP id uy17so24481612igb.4 for ; Sat, 28 Dec 2013 12:10:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=8LvOtQ0+/PVHqztsv1sMIKAZvYsC2A0TkdooPhUZ8OI=; b=aTOU0jULMTHgCfWHexYBhsZKS8pF/0AtRMJq/h8FJUAXhI1wlJlengKdrM6IGiy/aE opq7tYPVICvVahezO1Sgy4jiAICfMbhz4oELY3Nnflfkqw81VEJ6Iok0bh5zdQPdIEeR 6OHlxH1aK/N3ud2TjpYOUfTJ3Iu7Bfmh41qfrTDWFXfMOhcuigdhVt9aIM2CKfVWmwdT 3l45zOmyvbiTRIpSn7/N+duI8Y3kTdXzQWfUdGF+2/scFMP6x3XvTCIhyX9b0qvsH1tr TrWlafvF/917bGmRa57Y8yWie7s/ZLtGskHWH4/GlVEMEvFLSU5MdL/g5KfXjhMZemWO +2Zw== X-Gm-Message-State: ALoCoQmLn6f86g8myyS3PIliy3tCialQRVUSXTVP5/AKlOmAyBmKDUQmN/u2wAePudhlF1NzEo52 X-Received: by 10.50.41.106 with SMTP id e10mr30744763igl.37.1388261453057; Sat, 28 Dec 2013 12:10:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.31.36 with HTTP; Sat, 28 Dec 2013 12:10:32 -0800 (PST) X-Originating-IP: [108.176.158.82] In-Reply-To: <201312282005.rBSK5Vx6033981@svn.freebsd.org> References: <201312282005.rBSK5Vx6033981@svn.freebsd.org> From: Julio Merino Date: Sat, 28 Dec 2013 15:10:32 -0500 Message-ID: Subject: Re: svn commit: r260013 - in stable/10: . etc etc/mtree lib lib/libcrypt lib/libcrypt/tests lib/tests libexec share/doc share/man/man1 share/man/man4 share/man/man7 share/mk tests tools/build/mk tools/... To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 20:11:00 -0000 On Sat, Dec 28, 2013 at 3:05 PM, Julio Merino wrote: > Author: jmmv > Date: Sat Dec 28 20:05:31 2013 > New Revision: 260013 > URL: http://svnweb.freebsd.org/changeset/base/260013 > > Log: > Set up the /usr/tests hierarchy. > > This is a MFC of the following into stable/10: > - r257097 Set up the /usr/tests hierarchy. > - r257098 Add missing WITHOUTTESTS file. > - r257100 Add a tests(7) manual page. > - r257105 Disable WITHTESTS= for now. > - r257848 Fix buildworld when WITHTESTS is enabled. > - r257850 Subsume the functionality of MKATF into MKTESTS. > - r257851 Handle the removal of the test suite when WITHOUTTESTS=yes. > - r257852 Install category Kyuafiles from their category directories. > - r258232 Install BSD.tests.mtree when MKTESTS is yes. > > Note that building with WITH_TESTS is still broken at this point (and > hence why WITHOUT_TESTS is the set as the default). Subsequent pullups > will fix the remaining issues. Forgot to mention that this is "make tinderbox" clean as seen in ref10-amd64 with the default settings. -- Julio Merino / @jmmv