[PATCH] D122251: [lit] Use sharding for GoogleTest format
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 10:17:48 PDT 2022
ychen added a comment.
In D122251#3425750 <https://reviews.llvm.org/D122251#3425750>, @fhahn wrote:
> Not sure if it is related, but it looks like the output strings for failed unit tests regressed over the last day, it's now something like ` Clangd Unit Tests :: ./ClangdTests/24/133` instead of the test name.
That's expected. 24 is the shard index; 133 is the total number of shards. The failed message would print the failed test name and the reproducing script for the shard and the individual test. If anything is missing, please let me know.
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