[Lldb-commits] [PATCH] D12587: Roll dosep.py parallel test runner into dotest.py command line

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 3 11:36:38 PDT 2015


zturner added inline comments.

================
Comment at: test/CMakeLists.txt:65
@@ -64,3 +64,3 @@
   ${LLDB_SOURCE_DIR}/test/dotest.py
-  "${LLDB_TEST_COMMON_ARGS};${LLDB_TEST_USER_ARGS}"
+  "--no-multiprocess;${LLDB_TEST_COMMON_ARGS};${LLDB_TEST_USER_ARGS}"
   "Testing LLDB with args: ${LLDB_TEST_COMMON_ARGS};${LLDB_TEST_USER_ARGS}"
----------------
Is this necessary?  dosep already takes a -t argument which specifies the number of threads, and if the number of threads is 1 it disables the thread pool.  Is it possible to delete this option and just pass -t=1 instead?


http://reviews.llvm.org/D12587





More information about the lldb-commits mailing list