From e184feafdf902053361c48f9a4b85a2087e347ae Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Tue, 8 Oct 2013 05:29:05 +0000 Subject: dirty workaround to get drmemory green I'll debug this on my windows box tomorrow. TBR=glider@chromium.org Review URL: https://codereview.chromium.org/26323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227467 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/chrome_tests.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tools/valgrind/chrome_tests.py') diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index 67be3bdf..d361b7c 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -603,10 +603,11 @@ def _main(): options, args = parser.parse_args() - # TODO(thakis): This is temporary debugging code to figure out what's - # happening on the DrMemory bots. Remove this within 2h. - print sys.argv - print options + if not options.build_dir and not options.target: + # Currently happens on Windows, not sure why. TODO(thakis): Figure out and + # remove within 24h. + options.build_dir = 'src/out' + options.target = 'Debug' # target used to be a part of build_dir, so only add it if it's not there. # TODO(thakis): Always do this once the memory master no longer passes -- cgit v1.1