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

Unified Diff: tools/heapcheck/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 | « no previous file | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/chrome_tests.py
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
index c3fc592c0d62eb7f8bc3e66d169d47748643d241..f4c6aa57866921d57b2b0e37fb48e0b0d07f8dde 100755
--- a/tools/heapcheck/chrome_tests.py
+++ b/tools/heapcheck/chrome_tests.py
@@ -81,6 +81,7 @@ class ChromeTests(object):
self._test_list = {
"base": self.TestBase, "base_unittests": self.TestBase,
"browser": self.TestBrowser, "browser_tests": self.TestBrowser,
+ "crypto": self.TestCrypto, "crypto_unittests": self.TestCrypto,
"googleurl": self.TestGURL, "googleurl_unittests": self.TestGURL,
"courgette": self.TestCourgette,
"courgette_unittests": self.TestCourgette,
@@ -254,6 +255,9 @@ class ChromeTests(object):
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")
« no previous file with comments | « no previous file | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698