From owner-freebsd-arch@FreeBSD.ORG Fri Jan 18 05:27:17 2008 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD6916A417 for ; Fri, 18 Jan 2008 05:27:17 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 287AB13C44B for ; Fri, 18 Jan 2008 05:27:16 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1047416fgg.35 for ; Thu, 17 Jan 2008 21:27:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=48Hd3K1wvwP5mrK4Osqj3qS9mTN6q9/7YPrr67HEg0U=; b=SpPWOUMzWN+r/d7SdySRYYywYU7sCZr7ShCMdLEGNw+Peveg6NPlUxdcKov96HPLnfeeO6JIX1o/cZq3QUwT0jLIJ5n9PuEYXH8mpuj6k7G9JEWopepmi0bcTNd9nFVs1OVDIrO1r9KJPh8RDhIYGY8DOc9WPiefq4tjfduajoM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Mg6TnphEYgEI52DWVYBEhmaI/YyAvQQOgL7ErHO1t5tGMY80qJRI+kZ7ligp8zitmAP9x+JDypwYh7003UlMvzv16ZpVkHI8NqAK3e0UywZEAtezjz5ULW2GLRx/QDSAfrS9FtHX64ZwkE61awny45tGRPWMh/SXg+qj6qIVyN8= Received: by 10.86.58.3 with SMTP id g3mr2680669fga.38.1200632373536; Thu, 17 Jan 2008 20:59:33 -0800 (PST) Received: by 10.86.90.11 with HTTP; Thu, 17 Jan 2008 20:59:33 -0800 (PST) Message-ID: <84dead720801172059t22887e2di39fc911e5194ed60@mail.gmail.com> Date: Fri, 18 Jan 2008 10:29:33 +0530 From: "Joseph Koshy" To: "John Baldwin" In-Reply-To: <200801171731.09873.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801171731.09873.jhb@freebsd.org> Cc: arch@freebsd.org Subject: Re: Simple framework for regression tests in src/tools/regression X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 05:27:17 -0000 > When I converted the test program for the posix shm stuff over to a regression > test I added some framework bits to manage the output format prove(1) > expects. ...snip... > Anyways, comments, etc.? You could just use TET; its small, easy to use, compatibly licensed, stable, offers reasonable reporting, has a substantial user base. TET can also do far more than the typical 'home brew' test harness, if ever there is a need for that power. Regards, Koshy