From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6790 invoked by alias); 8 Apr 2002 15:59:58 -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 6687 invoked from network); 8 Apr 2002 15:59:56 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 8 Apr 2002 15:59:56 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g38FsfY22706; Mon, 8 Apr 2002 10:54:41 -0500 Date: Mon, 08 Apr 2002 08:59:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204081554.g38FsfY22706@duracef.shout.net> To: fnasser@redhat.com, rob@welcomehome.org Subject: Re: RFC: KFAILs [Was: [RFA/mi-testsuite] XFAIL mi*-console.exp] Cc: ac131313@cygnus.com, drow@mvista.com, gdb-patches@sources.redhat.com X-SW-Source: 2002-04/txt/msg00304.txt.bz2 I'm running dejagnu with the kfail patch all the time now, just for the experience. I put in some kfail's in gdb.c++/cplusfuncs.exp but I can't commit them. Another feature request ... lib/framework.exp has a "proc xfail" which directly generates an xfail, instead of calling "setup_xfail ... ; fail ... ". There is also a "proc xpass". gdb uses "proc xfail". So, could you add "proc kfail" and "proc kpass"? Michael C