Fix invalid constructor arguments to tsan_analyze.py
commit5b779a1aefd60fb6721422b5a0308554c45f641b
authorkjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 17 Oct 2013 15:54:18 +0000 (17 15:54 +0000)
committerkjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 17 Oct 2013 15:54:18 +0000 (17 15:54 +0000)
treea6f9606e91f299832a47ad942c84145e892f4a92
parent698776030edeb5922f7bca18343e121c95ef369f
Fix invalid constructor arguments to tsan_analyze.py

The recent changes in the memory tools scripts in r226634
(https://codereview.chromium.org/25815003) breaks some use of
the TSan RV tool. Examples:
http://build.chromium.org/p/client.webrtc.fyi/builders/Linux%20TsanRV

The removal of the source dir parameter to the constructor of
the TsanAnalyzer class was update in one place of valgrind_test.py.
This CL fixes the remaining places.

BUG=none
NOTRY=True
TESTED=Successful local test using:
 GYP_DEFINES=build_with_tool=tsan build/gyp_chromium
 ninja -C out/Release base_unittests
 tools/valgrind/chrome_tests.sh --tool=tsan_rv -b out --target Release -t base_unittests

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229147 0039d316-1c4b-4281-b951-d872f2087c98
tools/valgrind/valgrind_test.py