Pass extra env variables also to the symbolizer script.
commit1eaeb298383496bc150b75bfab399dbcb650c0ab
authorvadimsh <vadimsh@chromium.org>
Mon, 20 Oct 2014 12:28:45 +0000 (20 05:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Oct 2014 12:29:42 +0000 (20 12:29 +0000)
treeb13308b3f4d23b2edd0a77b893487c61e74d4e9e
parent10e58e62b3dff1340532cb5986315e7174186497
Pass extra env variables also to the symbolizer script.

In particular LLVM_SYMBOLIZER_PATH is needed by asan_symbolize.py.

Also explicitly wait for test launcher to finish running and use its return
code as an overall exit code of the test. asan_symbolize.py always returns
0 (if it doesn't crash), not very useful.

BUG=424280
R=earthdok@chromium.org

Review URL: https://codereview.chromium.org/639713009

Cr-Commit-Position: refs/heads/master@{#300252}
testing/test_env.py