Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: tools/heapcheck/chrome_tests.py

Issue 596085: Make the heapheck runner recognize the sanity tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/heapcheck/heapcheck_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/chrome_tests.py
===================================================================
--- tools/heapcheck/chrome_tests.py (revision 38464)
+++ tools/heapcheck/chrome_tests.py (working copy)
@@ -247,7 +247,7 @@
# Sets LD_LIBRARY_PATH to the build folder so external libraries can be
# loaded.
os.putenv("LD_LIBRARY_PATH", self._options.build_dir)
- return heapcheck_test.RunTool(cmd, supp)
+ return heapcheck_test.RunTool(cmd, supp, module)
def TestBase(self):
return self.SimpleTest("base", "base_unittests")
@@ -349,7 +349,7 @@
cmd.extend(["--"])
cmd.extend(script_cmd)
supp = self.Suppressions()
- return heapcheck_test.RunTool(cmd, supp)
+ return heapcheck_test.RunTool(cmd, supp, "layout")
def TestLayout(self):
'''Runs the layout tests.'''
« no previous file with comments | « no previous file | tools/heapcheck/heapcheck_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698