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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 9517005: Add ffmpeg_unittests and ffmpeg_regression_tests to chrome_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | 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 9552e8293f191f6caf93b1b349be9143ed2cb85c..d81cb5e42ebffdecbf93bbbec80fe4ae6b760f63 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -237,6 +237,12 @@ class ChromeTests:
def TestCrypto(self):
return self.SimpleTest("crypto", "crypto_unittests")
+ def TestFFmpeg(self):
+ return self.SimpleTest("chrome", "ffmpeg_unittests")
+
+ def TestFFmpegRegressions(self):
+ return self.SimpleTest("chrome", "ffmpeg_regression_tests")
+
def TestGfx(self):
return self.SimpleTest("chrome", "gfx_unittests")
@@ -452,6 +458,8 @@ class ChromeTests:
"base": TestBase, "base_unittests": TestBase,
"browser": TestBrowser, "browser_tests": TestBrowser,
"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,
« 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