From owner-svn-src-stable@FreeBSD.ORG Sat Dec 28 20:11:00 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1404A2F1 for ; Sat, 28 Dec 2013 20:11:00 +0000 (UTC) Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com [209.85.223.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5221164B for ; Sat, 28 Dec 2013 20:10:59 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id tp5so10814864ieb.36 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=Zh9Eg0FKi5gGMwxLpZdXvs06+a4iIRtX/eDk8B9pNpJf395qTqN7aNTX8Vhp78VnMT rCAK0lJzNyalbK3IE0JwW4AOaVPiCZGUQ/hyJzIlf+CxsjeGtzY/PcCDaYPgw8puiILb wetX2uCEnjtBzAmfLc0PXJmzLYmCXDuruNPdfFmJGHAv+1Sl+exbAC2HHXzDLv8Rq2bi FAnPcqPk4YzDqtpWOMCN/NuHlNYcZmXdUKIC/fkQY5EjoyWcxlNmKKfnn9vpNhVsAL5f nx+bns4RxXScw/RXd25AVCYai00aZhDXvRa5EAGEyR+AJkbaYLov1zwyqBMv5x9KXHGu 33KQ== X-Gm-Message-State: ALoCoQnQZv8dyupr6tjR4CY6/lBGMYyobT4sxn5bN8pcKtdjJENp46dyga0UMHbasoe/dihmQcU+ 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@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the -stable branches of the 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