summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorvitalybuka <vitalybuka@chromium.org>2016-02-12 16:21:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-13 00:22:17 +0000
commit7d51a746e16e842c7faf769b97bb13c808bdeee1 (patch)
tree1639f469b8cf3da2f902dbf2978e39dc02580f40 /tools/valgrind
parent946ff3042e6b01adf19de646b14b23647f1aef7a (diff)
downloadchromium_src-7d51a746e16e842c7faf769b97bb13c808bdeee1.zip
chromium_src-7d51a746e16e842c7faf769b97bb13c808bdeee1.tar.gz
chromium_src-7d51a746e16e842c7faf769b97bb13c808bdeee1.tar.bz2
Stop running cloud_print_unittests
BUG=585539 Review URL: https://codereview.chromium.org/1695633005 Cr-Commit-Position: refs/heads/master@{#375287}
Diffstat (limited to 'tools/valgrind')
-rwxr-xr-xtools/valgrind/chrome_tests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 6e6e3dd..24ace69 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -336,9 +336,6 @@ class ChromeTests:
def TestChromeOS(self):
return self.SimpleTest("chromeos", "chromeos_unittests")
- def TestCloudPrint(self):
- return self.SimpleTest("cloud_print", "cloud_print_unittests")
-
def TestComponents(self):
return self.SimpleTest("components", "components_unittests")
@@ -673,8 +670,6 @@ class ChromeTests:
"chrome_elf": TestChromeElf,
"chromedriver": TestChromeDriver,
"chromeos": TestChromeOS, "chromeos_unittests": TestChromeOS,
- "cloud_print": TestCloudPrint,
- "cloud_print_unittests": TestCloudPrint,
"components": TestComponents,"components_unittests": TestComponents,
"compositor": TestCompositor,"compositor_unittests": TestCompositor,
"content": TestContent, "content_unittests": TestContent,