[Lldb-commits] [lldb] r176974 - Prepend "FAIL:" string to tests that crash so that buildbots pick them up.

Daniel Malea daniel.malea at intel.com
Wed Mar 13 14:08:02 PDT 2013


Author: dmalea
Date: Wed Mar 13 16:08:02 2013
New Revision: 176974

URL: http://llvm.org/viewvc/llvm-project?rev=176974&view=rev
Log:
Prepend "FAIL:" string to tests that crash so that buildbots pick them up.



Modified:
    lldb/trunk/test/dosep.ty

Modified: lldb/trunk/test/dosep.ty
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.ty?rev=176974&r1=176973&r2=176974&view=diff
==============================================================================
--- lldb/trunk/test/dosep.ty (original)
+++ lldb/trunk/test/dosep.ty Wed Mar 13 16:08:02 2013
@@ -56,7 +56,7 @@ Run lldb test suite using a separate pro
     if len(failed) > 0:
         print "Failing Tests (%d)" % len(failed)
         for f in failed:
-          print "\tLLDB :: %s" % f
+          print "FAIL : LLDB :: %s" % f
         sys.exit(1)
     sys.exit(0)
 





More information about the lldb-commits mailing list