summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.py
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 20:33:51 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 20:33:51 +0000
commit992d4b117a6b2e5e8a7d6ced1b01369d0e1e0042 (patch)
tree935af1b943bae4a9dd88161fa3cf58951c50fd03 /tools/valgrind/chrome_tests.py
parent0aab1e8201e6c9eca1552f07ad278a4bb67ed5b6 (diff)
downloadchromium_src-992d4b117a6b2e5e8a7d6ced1b01369d0e1e0042.zip
chromium_src-992d4b117a6b2e5e8a7d6ced1b01369d0e1e0042.tar.gz
chromium_src-992d4b117a6b2e5e8a7d6ced1b01369d0e1e0042.tar.bz2
Adding cast_unittests to valgrind tool
BUG=306567 Review URL: https://codereview.chromium.org/117223006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-xtools/valgrind/chrome_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index d4aa919..ec6417b 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -266,6 +266,9 @@ class ChromeTests:
def TestBase(self):
return self.SimpleTest("base", "base_unittests")
+ def TestCast(self):
+ return self.SimpleTest("chrome", "cast_unittests")
+
def TestChromeOS(self):
return self.SimpleTest("chromeos", "chromeos_unittests")
@@ -537,6 +540,7 @@ class ChromeTests:
"automated_ui" : TestAutomatedUI,
"base": TestBase, "base_unittests": TestBase,
"browser": TestBrowser, "browser_tests": TestBrowser,
+ "cast": TestCast, "cast_unittests": TestCast,
"chromeos": TestChromeOS, "chromeos_unittests": TestChromeOS,
"components": TestComponents,"components_unittests": TestComponents,
"compositor": TestCompositor,"compositor_unittests": TestCompositor,