summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.py
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 19:32:48 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 19:32:48 +0000
commit209cb1a719e68eb9ed1793ebb2101fb14d1ad389 (patch)
treef81d7b1106f3cddae766ba4dd1f45422d94cc70c /tools/valgrind/chrome_tests.py
parente8fc422c19b399878ec588e490855f293b25a7b8 (diff)
downloadchromium_src-209cb1a719e68eb9ed1793ebb2101fb14d1ad389.zip
chromium_src-209cb1a719e68eb9ed1793ebb2101fb14d1ad389.tar.gz
chromium_src-209cb1a719e68eb9ed1793ebb2101fb14d1ad389.tar.bz2
Valgrind: Fix webkit layout tests since they no longer use BROWSER_WRAPPER. Use --wrapper instead.
BUG=95203 TEST=Valgrind layout bots works again. Review URL: http://codereview.chromium.org/7841018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-xtools/valgrind/chrome_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 01441ca..cab4f21 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -328,7 +328,7 @@ class ChromeTests:
tool = valgrind_test.CreateTool(self._options.valgrind_tool)
cmd = self._DefaultCommand(tool)
cmd.append("--trace_children")
- cmd.append("--indirect")
+ cmd.append("--indirect_webkit_layout")
cmd.append("--ignore_exit_code")
# Now build script_cmd, the run_webkits_tests.py commandline
# Store each chunk in its own directory so that we can find the data later