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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 7044029: Valgrind: Add crypto_unittests to the memory tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | 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 85857)
+++ tools/valgrind/chrome_tests.py (working copy)
@@ -237,6 +237,9 @@
"--ui-test-action-timeout=120000",
"--ui-test-action-max-timeout=280000"])
+ def TestCrypto(self):
+ return self.SimpleTest("crypto", "crypto_unittests")
+
def TestIpc(self):
return self.SimpleTest("ipc", "ipc_tests",
valgrind_test_args=["--trace_children"])
@@ -419,6 +422,7 @@
"automated_ui" : TestAutomatedUI,
"base": TestBase, "base_unittests": TestBase,
"browser": TestBrowser, "browser_tests": TestBrowser,
+ "crypto":TestCrypto, "crypto_unittests":TestCrypto,
Timur Iskhodzhanov 2011/05/19 16:41:31 nit: please add spaces after ":"
"googleurl": TestGURL, "googleurl_unittests": TestGURL,
"courgette": TestCourgette, "courgette_unittests": TestCourgette,
"ipc": TestIpc, "ipc_tests": TestIpc,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698