[dejagnu] Print KFAILS in dejagnu summary
Andrew Cagney <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.sysutils.dejagnu.bugs,gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
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
diffs
(text/plain, 742 B)
2003-11-17 Andrew Cagney <[email protected]> * 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"