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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 467333003: - remove mojo_view_manager_lib_unittests from chrome_tests.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | tools/valgrind/gtest_exclude/mojo_view_manager_lib_unittests.gtest-drmemory.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 89b9671cb9e73480e56f9a637e087ee3ccd12fd0..13353c50ad942e32a4e68f888b8115ef1fabb7d2 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -414,10 +414,6 @@ class ChromeTests:
def TestMojoViewManager(self):
return self.SimpleTest("mojo_view_manager", "mojo_view_manager_unittests")
- def TestMojoViewManagerLib(self):
- return self.SimpleTest("mojo_view_manager_lib",
- "mojo_view_manager_lib_unittests")
-
def TestNet(self):
return self.SimpleTest("net", "net_unittests")
@@ -692,7 +688,6 @@ class ChromeTests:
"mojo_public_sysperf": TestMojoPublicSysPerf,
"mojo_application_manager": TestMojoApplicationManager,
"mojo_view_manager": TestMojoViewManager,
- "mojo_view_manager_lib": TestMojoViewManagerLib,
"net": TestNet, "net_unittests": TestNet,
"net_perf": TestNetPerf, "net_perftests": TestNetPerf,
"phonenumber": TestPhoneNumber,
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/mojo_view_manager_lib_unittests.gtest-drmemory.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698