<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 19, 2018 at 9:23 AM, Pavel Labath via lldb-commits <span dir="ltr"><<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: labath<br>
Date: Mon Feb 19 09:23:13 2018<br>
New Revision: 325519<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=325519&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=325519&view=rev</a><br>
Log:<br>
Two more dosep-paralellization fallout fixes<br>
<br>
The first issue is about the flaky test rerun logic. This was grouping<br>
tests by subdir and passing them into walk_and_invoke in the incorrect<br>
form. This part can be just deleted as its not needed anymore.<br>
<br>
The second problem (which I noticed while investigating the first one)<br>
was that the "-p" switch was not working in multiprocessing mode. This<br>
happened because we were returning None from process_file instead of a<br>
tuple full of empty values for tests that did not match the -p regex.<br>
<br>
Both of these would be caught earlier if python was a more strongly<br>
typed language. :/<br></blockquote><div><br></div><div>Thank you very much! </div></div></div></div>