[Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 8 13:29:48 PDT 2015


amccarth added a comment.

Ninja check-lldb works.

But...

Before the patch, there are 53 failing test suites and 71 failing test cases.
After the patch there are 54 failing test suites and 74 failing test cases.

Diffing the list of failed suites at the end of the output shows only one difference:  TestCPPBreakpoints.py is listed twice after the patch.

That may be unrelated to the patch, but it seems consistent.


http://reviews.llvm.org/D12651





More information about the lldb-commits mailing list