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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/battor_agent/battor_agent.gyp ('k') | 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 24ace695e8c426f86ca400ebcb9328abf41c023a..c3f3e585a683bf2db6f290960ca829a0f7ecfdd5 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -410,10 +410,6 @@ class ChromeTests:
return self.SimpleTest("mojo_public_bindings",
"mojo_public_bindings_unittests")
- def TestMojoPublicEnv(self):
- return self.SimpleTest("mojo_public_env",
- "mojo_public_environment_unittests")
-
def TestMojoPublicSystem(self):
return self.SimpleTest("mojo_public_system",
"mojo_public_system_unittests")
@@ -707,8 +703,6 @@ class ChromeTests:
"mojo_public_utility_unittests": TestMojoPublicUtility,
"mojo_public_bindings": TestMojoPublicBindings,
"mojo_public_bindings_unittests": TestMojoPublicBindings,
- "mojo_public_env": TestMojoPublicEnv,
- "mojo_public_environment_unittests": TestMojoPublicEnv,
"mojo_public_sysperf": TestMojoPublicSysPerf,
"net": TestNet, "net_unittests": TestNet,
"net_perf": TestNetPerf, "net_perftests": TestNetPerf,
« no previous file with comments | « tools/battor_agent/battor_agent.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698