[Lldb-commits] [lldb] r325519 - Two more dosep-paralellization fallout fixes

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 19 10:17:41 PST 2018


On Mon, Feb 19, 2018 at 9:23 AM, Pavel Labath via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> Author: labath
> Date: Mon Feb 19 09:23:13 2018
> New Revision: 325519
>
> URL: http://llvm.org/viewvc/llvm-project?rev=325519&view=rev
> Log:
> Two more dosep-paralellization fallout fixes
>
> The first issue is about the flaky test rerun logic. This was grouping
> tests by subdir and passing them into walk_and_invoke in the incorrect
> form. This part can be just deleted as its not needed anymore.
>
> The second problem (which I noticed while investigating the first one)
> was that the "-p" switch was not working in multiprocessing mode. This
> happened because we were returning None from process_file instead of a
> tuple full of empty values for tests that did not match the -p regex.
>
> Both of these would be caught earlier if python was a more strongly
> typed language. :/
>

Thank you very much!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180219/ab68e648/attachment.html>


More information about the lldb-commits mailing list