Tidy up some commments and use the getAggregateOperand and
[oota-llvm.git] / test / lib / llvm.exp
index b59f341d72b1f0e3fe41018fdbe8cdb22aa4ccdf..409342215b0b43358b338556c319c3249ba16e5a 100644 (file)
@@ -31,8 +31,12 @@ proc execOneLine { test PRS outcome lineno line } {
         set resultmsg "$test$PRS\nFailed with posix($posixNum,$posixMsg)$errmsg"
       }
       NONE {
+        # Any other error such as stderr output of a program, or syntax error in
+        # the RUN line.
+        set resultmsg "$test$PRS\nFailed with unknown error (or has stderr output)$errmsg" 
       }
       default {
+        set resultmsg "$test$PRS\nFailed with unknown error$errmsg" 
       }
     }
   }