[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 15:13:12 PDT 2015


I didn't see this when I ran ninja check-lldb, but Adrian is seeing the
same thing on his machine for some reason.

On Thu, Sep 3, 2015 at 3:06 PM Ying Chen <chying at google.com> wrote:

> chying added a comment.
>
> Sorry, coming late to this thread.
> This change works ok on linux and darwin systems.
>
> But it has some problem on Windows, the main code has to be protected with
> the following statement on Windows,
> if __name__ == '__main__':
> Otherwise it creates subprocesses recursively.
>
>
> http://reviews.llvm.org/D12587
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150903/3b2fa90d/attachment.html>


More information about the lldb-commits mailing list