[Lldb-commits] [lldb] r162239 - in /lldb/trunk/test: plugins/builder_base.py warnings/uuid/TestUUIDMismatchWanring.py

Johnny Chen johnny.chen at apple.com
Mon Aug 20 15:36:58 PDT 2012


Author: johnny
Date: Mon Aug 20 17:36:58 2012
New Revision: 162239

URL: http://llvm.org/viewvc/llvm-project?rev=162239&view=rev
Log:
Fix the wrong comment in TestUUIDMismatchWarnings.py.

Modified:
    lldb/trunk/test/plugins/builder_base.py
    lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py

Modified: lldb/trunk/test/plugins/builder_base.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/plugins/builder_base.py?rev=162239&r1=162238&r2=162239&view=diff
==============================================================================
--- lldb/trunk/test/plugins/builder_base.py (original)
+++ lldb/trunk/test/plugins/builder_base.py Mon Aug 20 17:36:58 2012
@@ -101,6 +101,8 @@
 
 def cleanup(sender=None, dictionary=None):
     """Perform a platform-specific cleanup after the test."""
+    #import traceback
+    #traceback.print_stack()
     if os.path.isfile("Makefile"):
         lldbtest.system(["/bin/sh", "-c", "make clean"+getCmdLine(dictionary)],
                         sender=sender)

Modified: lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py?rev=162239&r1=162238&r2=162239&view=diff
==============================================================================
--- lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py (original)
+++ lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py Mon Aug 20 17:36:58 2012
@@ -100,8 +100,7 @@
                 print "\n\nContents of child_read.txt:"
                 print from_child
 
-            # Test that str_input completes to our patterns.
-            # If each pattern matches from_child, the completion mechanism works!
+            # Test that lldb emits the "UUID mismatch detected!" message.
             self.expect(from_child, msg="UUID mismatch expected!", exe=False,
                 substrs = ['warning: UUID mismatch detected'])
 





More information about the lldb-commits mailing list