[Lldb-commits] [lldb] r120295 - /lldb/trunk/test/dotest.py

Johnny Chen johnny.chen at apple.com
Mon Nov 29 09:52:43 PST 2010


Author: johnny
Date: Mon Nov 29 11:52:43 2010
New Revision: 120295

URL: http://llvm.org/viewvc/llvm-project?rev=120295&view=rev
Log:
Add comment.

Modified:
    lldb/trunk/test/dotest.py

Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=120295&r1=120294&r2=120295&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Nov 29 11:52:43 2010
@@ -757,6 +757,9 @@
             result = unittest2.TextTestRunner(stream=sys.stderr, verbosity=verbose,
                                               resultclass=LLDBTestResult).run(suite)
         else:
+            # We are invoking the same test suite more than once.  In this case,
+            # mark __ignore_singleton__ flag as True so the signleton pattern is
+            # not enforced.
             LLDBTestResult.__ignore_singleton__ = True
             for i in range(count):
                 result = unittest2.TextTestRunner(stream=sys.stderr, verbosity=verbose,





More information about the lldb-commits mailing list