[lit] Only send back test result from worker process
authorJulian Lettner <jlettner@apple.com>
Fri, 18 Oct 2019 17:31:45 +0000 (17:31 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 18 Oct 2019 17:31:45 +0000 (17:31 +0000)
commit17bb660fb83e869652ac87b145b0e26b708aab60
tree0a476b5dfd0a8283b265fa6852d98f5fed558dd5
parent9a055dc19163b5e9eaa0dde6869502fd33b4f44e
[lit] Only send back test result from worker process

Avoid sending back the whole run.Test object (which needs to be pickled)
from the worker process when we are only interested in the test result.

llvm-svn: 375262
llvm/utils/lit/lit/LitTestCase.py
llvm/utils/lit/lit/run.py
llvm/utils/lit/lit/worker.py