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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « tools/clang/scripts/update.py ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | 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 9b0b52fa12e0f12e3d9672b6cb0043dffb9c8814..43caaa4242a6a96614d302f741e5d5c7c00edbc3 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -397,15 +397,9 @@ class ChromeTests:
def TestMessageCenter(self):
return self.SimpleTest("message_center", "message_center_unittests")
- def TestMojoAppsJS(self):
- return self.SimpleTest("mojo_apps_js", "mojo_apps_js_unittests")
-
def TestMojoCommon(self):
return self.SimpleTest("mojo_common", "mojo_common_unittests")
- def TestMojoJS(self):
- return self.SimpleTest("mojo_js", "mojo_js_unittests")
-
def TestMojoPublicBindings(self):
return self.SimpleTest("mojo_public_bindings",
"mojo_public_bindings_unittests")
@@ -426,16 +420,9 @@ class ChromeTests:
return self.SimpleTest("mojo_public_utility",
"mojo_public_utility_unittests")
- def TestMojoApplicationManager(self):
- return self.SimpleTest("mojo_application_manager",
- "mojo_application_manager_unittests")
-
def TestMojoSystem(self):
return self.SimpleTest("mojo_system", "mojo_system_unittests")
- def TestMojoViewManager(self):
- return self.SimpleTest("mojo_view_manager", "mojo_view_manager_unittests")
-
def TestNet(self):
return self.SimpleTest("net", "net_unittests")
@@ -702,17 +689,12 @@ class ChromeTests:
"media": TestMedia, "media_unittests": TestMedia,
"message_center": TestMessageCenter,
"message_center_unittests" : TestMessageCenter,
- "mojo_apps_js": TestMojoAppsJS,
"mojo_common": TestMojoCommon,
- "mojo_js": TestMojoJS,
- "mojo_system": TestMojoSystem,
"mojo_public_system": TestMojoPublicSystem,
"mojo_public_utility": TestMojoPublicUtility,
"mojo_public_bindings": TestMojoPublicBindings,
"mojo_public_env": TestMojoPublicEnv,
"mojo_public_sysperf": TestMojoPublicSysPerf,
- "mojo_application_manager": TestMojoApplicationManager,
- "mojo_view_manager": TestMojoViewManager,
"net": TestNet, "net_unittests": TestNet,
"net_perf": TestNetPerf, "net_perftests": TestNetPerf,
"phonenumber": TestPhoneNumber,
« no previous file with comments | « tools/clang/scripts/update.py ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698