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

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 02:44:03 PDT 2022


sammccall added a comment.

In D122251#3654458 <https://reviews.llvm.org/D122251#3654458>, @vitalybuka wrote:

> Also there is not output of failure
> previously we had something

I've also seen this recently when trying to debug a tsan failure: we see that the test shard fails, but no failure details (and so no idea which test *case* to associate with).

https://lab.llvm.org/buildbot/#/builders/131/builds/30528/steps/6/logs/stdio

I also don't know whether it's this patch or a more recent regression, as I haven't had cause to investigate a santitizer failure in a while.


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