[all-commits] [llvm/llvm-project] 14a793: [lit] Fix compatibility with upstream gtest
Lukáš Zaoral via All-commits
all-commits at lists.llvm.org
Wed Jan 19 08:02:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14a793ab0589de48511455038f63f28ff2506d48
https://github.com/llvm/llvm-project/commit/14a793ab0589de48511455038f63f28ff2506d48
Author: Lukáš Zaoral <lzaoral at redhat.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/utils/lit/lit/formats/googletest.py
M llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/OneTest.py
Log Message:
-----------
[lit] Fix compatibility with upstream gtest
Upstream gtest now prints 'Running main() from FILE' instead of
plain 'Running main() from gtest_main.cc'. Thus, all such tests
ended-up being mistakenly marked as UNRESOLVED.
Patch by @lzaoral
Differential Revision: https://reviews.llvm.org/D100043
More information about the All-commits
mailing list