This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[dejagnu] Print KFAILS in dejagnu summary


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  <cagney@redhat.com>

	* 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"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]