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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 12:33:55 PDT 2022


ychen added a comment.

In D122251#3655769 <https://reviews.llvm.org/D122251#3655769>, @ychen wrote:

> In D122251#3654496 <https://reviews.llvm.org/D122251#3654496>, @sammccall wrote:
>
>> 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.
>
> @vitalybuka Thanks for the link. I'll take a look today.

Should've been fixed by 65769429c0644c81d271e9d971f5b64191503f6e <https://reviews.llvm.org/rG65769429c0644c81d271e9d971f5b64191503f6e>


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