<div dir="ltr">I have no reason to suspect those patches in particular.  I did a huge git bisect, which turned up nothing.  Older versions that used to work no longer worked by the time the bisect worked that far back.  That makes me think it might be incomplete dependency checking:  Something goes bad, and, instead of rebuilding it, the bad result is re-used in each subsequent build.<div><br></div><div>The 37 tests that I fixed were due to a lit config template that mangled one of the zillion Python home environment variables because it failed to escape the backslashes in a Windows path (which is what made me suspect a connection to this patch).  But I cannot explain why that hasn't been a problem since last December when the error was committed.</div><div><br></div><div>The entire log is over 10,000 lines.  In a random sampling, most of the remaining failures look like FileCheck miscompares, as though the tests are catching real problems.  Other than that, I don't see a pattern.  I'll be working on this today, and, if I'm still stumped, I'll start a separate thread with examples from the log.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 14, 2020 at 1:23 PM Alexandre Ganea via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">aganea added a comment.<br>
<br>
In D84380#2330715 <<a href="https://reviews.llvm.org/D84380#2330715" rel="noreferrer" target="_blank">https://reviews.llvm.org/D84380#2330715</a>>, @amccarth wrote:<br>
<br>
> I ask because I'm still trying to figure out why 899 LLDB tests started failing for me on Friday.  (Actually, it was 936 tests, but I fixed 37 of them with a fix to a line that was introduced almost a year ago.  I have not idea why the problems just started appearing on the 9th.)<br>
<br>
Adrian, can it be rG97e7fbb343e2a4ea913686254105b9965c5468f8 <<a href="https://reviews.llvm.org/rG97e7fbb343e2a4ea913686254105b9965c5468f8" rel="noreferrer" target="_blank">https://reviews.llvm.org/rG97e7fbb343e2a4ea913686254105b9965c5468f8</a>> or rG79809f58b02419a5d1bfb6c9a59dbd13cd038c77 <<a href="https://reviews.llvm.org/rG79809f58b02419a5d1bfb6c9a59dbd13cd038c77" rel="noreferrer" target="_blank">https://reviews.llvm.org/rG79809f58b02419a5d1bfb6c9a59dbd13cd038c77</a>>? What errors do you see? Can you paste the log?<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D84380/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D84380/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D84380" rel="noreferrer" target="_blank">https://reviews.llvm.org/D84380</a><br>
<br>
</blockquote></div>