From owner-svn-src-all@freebsd.org Mon Mar 23 19:09:15 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61D7E26BE57; Mon, 23 Mar 2020 19:09:15 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48mP7Z4LL6z42L4; Mon, 23 Mar 2020 19:09:14 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id GSRgjAkgRng7KGSRhjEmJL; Mon, 23 Mar 2020 13:09:10 -0600 X-Authority-Analysis: v=2.3 cv=ecemg4MH c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=SS2py6AdgQ4A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=xBtyi-Bi4YN6QUfDfJ0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=Z5ABNNGmrOfJ6cZ5bIyy:22 a=UDnyf2zBuKT2w-IlGP_r:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 5BA6358D; Mon, 23 Mar 2020 12:09:07 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id 02NJ97uc067701; Mon, 23 Mar 2020 12:09:07 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id 02NJ969A067698; Mon, 23 Mar 2020 12:09:07 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <202003231909.02NJ969A067698@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Brooks Davis cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r359260 - in head: contrib/kyua etc/mtree lib lib/kyua lib/kyua/cli lib/kyua/drivers lib/kyua/engine lib/kyua/model lib/kyua/store lib/kyua/utils share/mk tools/build/mk usr.bin usr.bin... In-reply-to: <202003231901.02NJ1OLX063587@repo.freebsd.org> References: <202003231901.02NJ1OLX063587@repo.freebsd.org> Comments: In-reply-to Brooks Davis message dated "Mon, 23 Mar 2020 19:01:24 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 2020 12:09:06 -0700 X-CMAE-Envelope: MS4wfMezgQdDyi/zcR2KgiURGgL5trcopG+ARjqobc+fWT2JAfBEsJjRNQeqeC5OB2WzaBbkfdN9zteF5jpLjYvpp9p+VpVZbVkJvQJmyrcXjbzczzfRJFz5 A4vLVA6rfbAvVK+b/wS0L0iHfILzj4JdjMVARfah2hzJybxU18lpJZPtqNqcFdUn8DUGSafal7LWYDbiJl/+57XfM1xS3/TLnoxnmtGew1LqhF3+PkkrivcF rSUFRSQRI1VEhUIpXVUnuSIu58JOfR7w6t+L8jag8SIYrIao1qNyMZvGtHasp0le X-Rspamd-Queue-Id: 48mP7Z4LL6z42L4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.48 / 15.00]; NEURAL_SPAM_LONG(0.97)[0.966,0]; REPLY(-4.00)[]; NEURAL_SPAM_MEDIUM(0.56)[0.558,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2020 19:09:15 -0000 In message <202003231901.02NJ1OLX063587@repo.freebsd.org>, Brooks Davis writes: > Author: brooks > Date: Mon Mar 23 19:01:23 2020 > New Revision: 359260 > URL: https://svnweb.freebsd.org/changeset/base/359260 > > Log: > Import the kyua test framework. > > Having kyua in the base system will simplify automated testing in CI and > eliminates bootstrapping issues on new platforms. > > The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT. > > Reviewed by: emaste > Obtained from: CheriBSD > Sponsored by: DARPA > Differential Revision: https://reviews.freebsd.org/D24103 > Can we remove the kyua port? Unless of course has options that base will not provide, which I cannot see it would. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.