bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] [dejagnu] Print KFAILS in dejagnu summary


From: Andrew Cagney
Subject: [Bug-dejagnu] [dejagnu] Print KFAILS in dejagnu summary
Date: Mon, 17 Nov 2003 17:16:24 -0500
User-agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820

Hello,

Per the thread:

Rob Savoye - Re: Print KFAIL's in dejagnu summary?
http://sources.redhat.com/ml/gdb/2003-10/msg00070.html

this patch modifies dejagnu so that kfails are displayed on the screen.

I've already committed it to the src/dejagnu repository.
Andrew
2003-11-17  Andrew Cagney  <address@hidden>

        * lib/framework.exp (clone_output): Write KFAIL messages to the
        screen.

Index: lib/framework.exp
===================================================================
RCS file: /cvs/src/src/dejagnu/lib/framework.exp,v
retrieving revision 1.9
diff -u -r1.9 framework.exp
--- lib/framework.exp   14 Sep 2002 00:31:38 -0000      1.9
+++ lib/framework.exp   17 Nov 2003 22:08:58 -0000
@@ -308,7 +308,7 @@
 
     regsub "^\[ \t\]*(\[^ \t\]+).*$" "$message" "\\1" firstword;
     case "$firstword" in {
-       {"PASS:" "XFAIL:" "KFAIL:" "UNRESOLVED:" "UNSUPPORTED:" "UNTESTED:"} {
+       {"PASS:" "XFAIL:" "UNRESOLVED:" "UNSUPPORTED:" "UNTESTED:"} {
            if $all_flag {
                send_user "$message\n"
                return "$message"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]