From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11869 invoked by alias); 8 Apr 2002 00:31:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11860 invoked from network); 8 Apr 2002 00:31:08 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 8 Apr 2002 00:31:08 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g380Uhg14055; Sun, 7 Apr 2002 19:30:43 -0500 Date: Sun, 07 Apr 2002 17:31:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204080030.g380Uhg14055@duracef.shout.net> To: rob@welcomehome.org Subject: Re: RFC: KFAILs [Was: [RFA/mi-testsuite] XFAIL mi*-console.exp] Cc: ac131313@cygnus.com, drow@mvista.com, fnasser@redhat.com, gdb-patches@sources.redhat.com X-SW-Source: 2002-04/txt/msg00282.txt.bz2 Surfety-surf-surf ... I found something from Matt Bemis. Is this it? http://mail.gnu.org/pipermail/dejagnu/2002-March/000195.html This has two parts. First, every PASS, FAIL, XPASS, XFAIL, and so on, gets an XML record. Second, there is a summary section. So it's a pretty straightforward encoding of the foo.sum file into XML. For me, this is incomplete, because it omits the ERROR and WARNING lines. I don't how what the experience is for other tools, but I get several ERRORs and WARNINGs almost every week when I test gdb. If they get left out of gdb.xml then I will keep parsing gdb.sum. I would really like ERROR and WARNING to be treated the same as other test results, with the script name printed and everything. Michael C