From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22103 invoked by alias); 29 Oct 2004 06:06:51 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 22095 invoked from network); 29 Oct 2004 06:06:49 -0000 Received: from unknown (HELO johanna.resare.com) (193.14.119.138) by sourceware.org with SMTP; 29 Oct 2004 06:06:49 -0000 Received: from molly.resare.com (c-771f72d5.01-60-6c6b701.cust.bredbandsbolaget.se [213.114.31.119]) by johanna.resare.com (Postfix) with ESMTP id 51996D6BD0 for ; Fri, 29 Oct 2004 08:06:00 +0200 (CEST) Received: from 192.168.110.42 (marit [192.168.110.42]) by molly.resare.com (Postfix) with ESMTP id 11C53D2E1E for ; Fri, 29 Oct 2004 08:06:49 +0200 (CEST) Subject: Re: Mauve reports... From: Noa Resare To: mauve-discuss@sources.redhat.com In-Reply-To: <1099001456.10241.14.camel@linux42.overstone> References: <1099001456.10241.14.camel@linux42.overstone> Content-Type: text/plain Date: Fri, 29 Oct 2004 06:06:00 -0000 Message-Id: <1099030008.2198.16.camel@c-241f72d5.01-60-6c6b701.cust.bredbandsbolaget.se> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00034.txt.bz2 tor 2004-10-28 klockan 23:10 +0100 skrev David Gilbert: > Hi all, > > I've written a subclass of TestHarness that records the results of a > Mauve run, and another class that generates HTML output for the > results. You can see sample output from the program here: > > http://www.object-refinery.com/classpath/mauve-report/latest/ > > ...and the source code (GPL) is here: > > http://www.object-refinery.com/classpath/mauve-report/mauve-report.zip > > I haven't written any documentation yet, but will do so in time as I > plan to use this reporting framework for some of my own projects. > Very nice output. Getting rid of SimpleTestHarness by extending TestHarness directly is the right way to go IMHO. It seems however that there is a certain overlap between this effort and my xml output patch that I did a while ago[1]. Have you looked at it? With some minor modifications I think that the xml format can carry all information needed to create your html output. That way we could use the data from one test run both for generating a html report and doing automated test difference reporting with my testdiff[2] tool. I will be offline for about a week now, and then I hope to help getting kaffe-1.1.5 out the door but after that I have planned to turn my attention to mauve and your code fits into some of my plans quite well. Perhaps I whould write a separate message about that. Thanks for making this available /noa [1] http://resare.com/noa/mauve/patches/00-mauve-xmlout3.patch [2] http://resare.com/noa/testdiff/