[lit] Only send back test result from worker process
commit508eb1e0b24f2e7d97aa197350d88e05f4da736c
authorJulian Lettner <jlettner@apple.com>
Fri, 18 Oct 2019 17:31:45 +0000 (18 17:31 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 18 Oct 2019 17:31:45 +0000 (18 17:31 +0000)
tree9cb02ac326f2a25d0886b1b8c5b42062b6e02a7f
parentab21fbcb251d160f5fee83839e8b51bc5ace3360
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375262 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/LitTestCase.py
utils/lit/lit/run.py
utils/lit/lit/worker.py