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

Johnny Chen johnny.chen at apple.com
Fri Nov 5 10:30:53 PDT 2010


Author: johnny
Date: Fri Nov  5 12:30:53 2010
New Revision: 118279

URL: http://llvm.org/viewvc/llvm-project?rev=118279&view=rev
Log:
Add comment about iterating over possible architecture and compiler combinations.

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=118279&r1=118278&r2=118279&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Fri Nov  5 12:30:53 2010
@@ -508,11 +508,11 @@
             raise Exception('log enable failed (check GDB_REMOTE_LOG env variable.')
 
 
-############################################
+# ======================================== #
 #                                          #
 # Execution of the test driver starts here #
 #                                          #
-############################################
+# ======================================== #
 
 #
 # Start the actions by first parsing the options while setting up the test
@@ -600,6 +600,7 @@
     new_stderr = None
     new_stdout = None
 
+# Iterating over all possible architecture and compiler combinations.
 for ia in range(len(archs) if iterArchs else 1):
     archConfig = ""
     if iterArchs:





More information about the lldb-commits mailing list