[all-commits] [llvm/llvm-project] 44d4b3: [unittest] Refactoring the gtest sharding option. ...
Haowei via All-commits
all-commits at lists.llvm.org
Thu Oct 19 10:34:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d4b30ca30b11f29fdb7819e94dcc54ac8a979a
https://github.com/llvm/llvm-project/commit/44d4b30ca30b11f29fdb7819e94dcc54ac8a979a
Author: Haowei <haowei at google.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/utils/lit/lit/LitConfig.py
M llvm/utils/lit/lit/cl_arguments.py
M llvm/utils/lit/lit/formats/googletest.py
M llvm/utils/lit/lit/main.py
M llvm/utils/lit/tests/googletest-no-sharding.py
Log Message:
-----------
[unittest] Refactoring the gtest sharding option. (#69537)
This patch addresses the missed review comment from PR #67063. It
renames LIT flag "--disable-gtest-sharding" to "--no-gtest-sharding"
and corrects the code style issue.
More information about the All-commits
mailing list