[Lldb-commits] [lldb] r117604 - /lldb/trunk/test/lldbtest.py

Johnny Chen johnny.chen at apple.com
Thu Oct 28 14:10:32 PDT 2010


Author: johnny
Date: Thu Oct 28 16:10:32 2010
New Revision: 117604

URL: http://llvm.org/viewvc/llvm-project?rev=117604&view=rev
Log:
Add comment on passing the assert message to self.runCmd().

Modified:
    lldb/trunk/test/lldbtest.py

Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=117604&r1=117603&r2=117604&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Thu Oct 28 16:10:32 2010
@@ -646,6 +646,7 @@
 
         if exe:
             # First run the command.  If we are expecting error, set check=False.
+            # Pass the assert message along since it provides more semantic info.
             self.runCmd(str, msg=msg, trace = (True if trace else False), check = not error)
 
             # Then compare the output against expected strings.





More information about the lldb-commits mailing list