mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
5f81d65876
Summary: Upstream googletest prints "Running main() from gtest_main.cc" to stdout prior to running tests. LLVM removed that print statement in r61540. If a user were to use lit to run tests that use upstream googletest, however, lit reports "Running main()" as an invalid test name. To avoid such a failure, add an extra conditional to `formats/googletest.py`. Also add tests to demonstrate the modified behavior. Reviewers: abdulras, ddunbar Subscribers: ddunbar, llvm-commits, kastiglione Differential Revision: http://reviews.llvm.org/D18606 llvm-svn: 265034 |
||
---|---|---|
.. | ||
discovery | ||
exec-discovery | ||
exec-discovery-in-tree | ||
googletest-format | ||
googletest-timeout | ||
googletest-upstream-format | ||
progress-bar | ||
shtest-format | ||
shtest-shell | ||
shtest-timeout | ||
test-data | ||
unittest-adaptor |