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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 10815061: Valgrind/Heapchecker: Add content_browsertests to chrome_tests.py (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « tools/heapcheck/chrome_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.py
===================================================================
--- tools/valgrind/chrome_tests.py (revision 147891)
+++ tools/valgrind/chrome_tests.py (working copy)
@@ -236,6 +236,9 @@
def TestContent(self):
return self.SimpleTest("content", "content_unittests")
+ def TestContentBrowser(self):
+ return self.SimpleTest("content", "content_browsertests")
+
def TestCourgette(self):
return self.SimpleTest("courgette", "courgette_unittests")
@@ -479,12 +482,14 @@
"automated_ui" : TestAutomatedUI,
"base": TestBase, "base_unittests": TestBase,
"browser": TestBrowser, "browser_tests": TestBrowser,
+ "content": TestContent, "content_unittests": TestContent,
+ "content_browsertests": TestContentBrowser,
+ "courgette": TestCourgette, "courgette_unittests": TestCourgette,
"crypto": TestCrypto, "crypto_unittests": TestCrypto,
"ffmpeg": TestFFmpeg, "ffmpeg_unittests": TestFFmpeg,
"ffmpeg_regression_tests": TestFFmpegRegressions,
"googleurl": TestGURL, "googleurl_unittests": TestGURL,
- "content": TestContent, "content_unittests": TestContent,
- "courgette": TestCourgette, "courgette_unittests": TestCourgette,
+ "gpu": TestGPU, "gpu_unittests": TestGPU,
"ipc": TestIpc, "ipc_tests": TestIpc,
"interactive_ui": TestInteractiveUI,
"layout": TestLayout, "layout_tests": TestLayout,
@@ -497,16 +502,15 @@
"reliability": TestReliability, "reliability_tests": TestReliability,
"remoting": TestRemoting, "remoting_unittests": TestRemoting,
"safe_browsing": TestSafeBrowsing, "safe_browsing_tests": TestSafeBrowsing,
+ "sql": TestSql, "sql_unittests": TestSql,
"sync": TestSync, "sync_unit_tests": TestSync,
"sync_integration_tests": TestSyncIntegration,
"sync_integration": TestSyncIntegration,
"test_shell": TestTestShell, "test_shell_tests": TestTestShell,
+ "ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
"unit": TestUnit, "unit_tests": TestUnit,
- "sql": TestSql, "sql_unittests": TestSql,
- "ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
+ "views": TestViews, "views_unittests": TestViews,
"gfx": TestGfx, "gfx_unittests": TestGfx,
- "gpu": TestGPU, "gpu_unittests": TestGPU,
- "views": TestViews, "views_unittests": TestViews,
}
« no previous file with comments | « tools/heapcheck/chrome_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698