summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 16:23:28 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 16:23:28 +0000
commitd2b63291f8d1146a92e13065452c28b5394c2c11 (patch)
treed5fc109da100fe9b9cf1e548328e1194b419e454 /tools
parentb94a654e04d9b22381cc22c6dfb9704147b8311f (diff)
downloadchromium_src-d2b63291f8d1146a92e13065452c28b5394c2c11.zip
chromium_src-d2b63291f8d1146a92e13065452c28b5394c2c11.tar.gz
chromium_src-d2b63291f8d1146a92e13065452c28b5394c2c11.tar.bz2
Temporary workaround -> ignore the Execute retcode on TSan/Win
TBR=glider BUG=62512 Review URL: http://codereview.chromium.org/4683009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/valgrind/valgrind_test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index 0280b1d..718556d 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -707,6 +707,11 @@ class ThreadSanitizerWindows(ThreadSanitizerBase, PinTool):
logging.info(self.INFO_MESSAGE)
return ret
+ # TODO(timurrrr): temporary workaround for http://crbug.com/62512
+ def Execute(self):
+ super(ThreadSanitizerWindows, self).Execute()
+ return 0
+
class DrMemory(BaseTool):
"""Dr.Memory