[Lldb-commits] [PATCH] D65311: [dotest] Remove multiprocessing
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 29 13:49:46 PDT 2019
jasonmolenda added a comment.
I'm not sure it's really relevant when lit is the driver, but I would often use --no-multiprocess with dotest to see the full trace output of a single test while it was running. In multiprocess mode that wasn't displayed iirc. That's my only use of it. I do use --threads 1 when doing a testsuite run against a device because there's some buggy behavior in the lldb testsuite when running multiple tests simultaneously on a remote device (at least a remote darwin device). But I'm sure you're not talking about removing that control.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65311/new/
https://reviews.llvm.org/D65311
More information about the lldb-commits
mailing list