OSDN Git Service

lit: print process output, if getting the list of google-tests failed.
authorIvan Krasin <krasin@chromium.org>
Fri, 2 Sep 2016 22:31:24 +0000 (22:31 +0000)
committerIvan Krasin <krasin@chromium.org>
Fri, 2 Sep 2016 22:31:24 +0000 (22:31 +0000)
commit0c194fe701c8efe7159076997d8102ec7192b517
tree05fb05501c22b135017c08f1db96d297084ba51c
parentc8582b7e391e022c43135b850f46364b2ec18ec3
lit: print process output, if getting the list of google-tests failed.

Summary:
This is a follow up to r280455, where a check for the process exit code
was introduced. Some ASAN bots throw this error now, but it's impossible
to understand what's wrong with them, and the issue is not reproducible.

Reviewers: vitalybuka

Differential Revision: https://reviews.llvm.org/D24210

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280550 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/formats/googletest.py
utils/lit/lit/util.py