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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 7039057: Add crypto_unittests to the list of tests run for heapcheck/valgrind (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add abbreviations Created 9 years, 7 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
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index fb45f5556b4b6dbd05e542973bcd931a34a4c688..04ee8a2b8cbe84895dd487a45521e329b009cea4 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -216,6 +216,9 @@ class ChromeTests:
def TestBrowser(self):
return self.SimpleTest("chrome", "browser_tests")
+ def TestCrypto(self):
+ return self.SimpleTest("crypto", "crypto_unittests")
+
def TestGURL(self):
return self.SimpleTest("chrome", "googleurl_unittests")
@@ -419,6 +422,7 @@ class ChromeTests:
"automated_ui" : TestAutomatedUI,
"base": TestBase, "base_unittests": TestBase,
"browser": TestBrowser, "browser_tests": TestBrowser,
+ "crypto": TestCrypto, "crypto_unittests": TestCrypto,
"googleurl": TestGURL, "googleurl_unittests": TestGURL,
"courgette": TestCourgette, "courgette_unittests": TestCourgette,
"ipc": TestIpc, "ipc_tests": TestIpc,
« 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