From owner-cvs-src@FreeBSD.ORG Wed Jan 17 12:12:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A74D916A40F; Wed, 17 Jan 2007 12:12:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 59F3713C474; Wed, 17 Jan 2007 12:12:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B778647310; Wed, 17 Jan 2007 07:12:13 -0500 (EST) Date: Wed, 17 Jan 2007 12:12:13 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <200701170142.l0H1gC2u007820@repoman.freebsd.org> Message-ID: <20070117121029.F52843@fledge.watson.org> References: <200701170142.l0H1gC2u007820@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/regression/fstest LICENSE Makefile fstest.c src/tools/regression/fstest/tests conf misc.sh src/tools/regression/fstest/tests/chflags 00.t 01.t 02.t 03.t 04.t 05.t 06.t 07.t 08.t 09.t 10.t 11.t 12.t 13.t ... 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: Wed, 17 Jan 2007 12:12:15 -0000 On Wed, 17 Jan 2007, Pawel Jakub Dawidek wrote: > They verify correctness (POSIX conformance) of almost all file > system-related system calls. > > The motivation behind this work is my ZFS port and POSIX, who doesn't > provide free test suites. > > Runs on: FreeBSD/UFS, FreeBSD/ZFS, Solaris/UFS, Solaris/ZFS > > To try it out: > > # cd fstest > # make > # find tests/* -type d | xargs prove Pawel, This is really remarkable and very impressive work, and I'm really pleased that someone has taken the time to make this happen. Thanks greatly! BTW, you might consider making this available as an independent software package from FreeBSD (perhaps just as a downloadable source tarball), as I'm sure it would be of interest to developers on other systems. I have an undergraduate student doing a project that I definitely plan to point at this! Robert N M Watson Computer Laboratory University of Cambridge