OSDN Git Service

2003-11-17 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Mon, 17 Nov 2003 22:10:22 +0000 (22:10 +0000)
committercagney <cagney>
Mon, 17 Nov 2003 22:10:22 +0000 (22:10 +0000)
* lib/framework.exp (clone_output): Write KFAIL messages to the
screen.

dejagnu/ChangeLog
dejagnu/lib/framework.exp

index 721ced3..ab68676 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-17  Andrew Cagney  <cagney@redhat.com>
+
+       * lib/framework.exp (clone_output): Write KFAIL messages to the
+       screen.
+
 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
 
        * Makefile.am: Add empty install-info and uninstall-info rules.
index 59133b5..2c8d72d 100644 (file)
@@ -308,7 +308,7 @@ proc clone_output { message } {
 
     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"