[PATCH] D122251: [lit] Use sharding for GoogleTest format

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 05:45:32 PDT 2022


thakis added a comment.

In D122251#3426058 <https://reviews.llvm.org/D122251#3426058>, @thakis wrote:

> (Also fails on my win bot with the same error: http://45.33.8.238/win/55601/step_11.txt
>
> Passes fine on my mac bot, though!)

Aha, I think I know what this is: MLAnalysisTests is an old, stale binary that just happens to still be there due to an old build (these bots do incremental builds). I _think_ this change means that all future stale binaries shouldn't have this problem and that this is a one-time thing, not an ongoing, systemic problem for incremental builds every time a test binary is added or removed. So I'll just manually remove this one stale binary from the bots.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122251/new/

https://reviews.llvm.org/D122251



More information about the llvm-commits mailing list