From owner-cvs-src@FreeBSD.ORG Tue Oct 4 15:06:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDBA16A44A; Tue, 4 Oct 2005 15:06:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86A543D48; Tue, 4 Oct 2005 15:06:49 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j94F6m44025254; Tue, 4 Oct 2005 09:06:48 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <43429A8B.6000105@samsco.org> Date: Tue, 04 Oct 2005 09:06:51 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Linimon References: <200510040452.j944q0rI020011@gw.catspoiler.org> <20051004032213.R11746@odysseus.silby.com> <20051004145943.GA23230@soaustin.net> In-Reply-To: <20051004145943.GA23230@soaustin.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Mike Silbersack , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 15:06:50 -0000 Mark Linimon wrote: > On Tue, Oct 04, 2005 at 03:28:35AM -0500, Mike Silbersack wrote: > >>Perhaps this is a weird idea, but would it be good policy for people to >>write up regression test ideas and put them into src/sys/tools/regression >>- even if they don't have time to write the regression test itself? > > > I'd rather see us use GNATS for this. My suggestion would be to invent > the '[regression]' tag (I have been adding lots of other tags). > > I'd rather see transitory information like what's described, in the > GNATS repository rather than the CVS repository. > > mcl There is already a large regression test repository in the source tree. Having it there makes them a whole lot easier to find and run, especially when you don't know exactly what you are looking for. Scott