From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5642 invoked by alias); 8 Apr 2002 16:57:04 -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 5631 invoked from network); 8 Apr 2002 16:57:02 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 8 Apr 2002 16:57:02 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g38GuXY30757; Mon, 8 Apr 2002 11:56:33 -0500 Date: Mon, 08 Apr 2002 09:57:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204081656.g38GuXY30757@duracef.shout.net> To: fnasser@redhat.com, rob@welcomehome.org Subject: Re: RFC: KFAIL DejaGnu patch Cc: ac131313@cygnus.com, drow@mvista.com, eliz@is.elta.co.il, gdb-patches@sources.redhat.com X-SW-Source: 2002-04/txt/msg00308.txt.bz2 Rob Savoye writes: > Oops, I spaced that part. I think we'll need the kpass/kfail patch first, > to them make those output routines spit out XML if the flag is set. record_test puts out a <$type>$message for all types, so it will automatically put out kpass/kfail when they are available. The xml output section in log_summary has an explicit list of "PASS FAIL XPASS XFAIL ..." so the xml patch needs to co-ordinate with the kpass/kfail patch somehow. Michael C