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

Unified Diff: mojo/tools/get_test_list.py

Issue 1709333002: Remove mojom_fetcher. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index 11c416da99373b1c9b624c8ae4c23a77a4b614c1..73c7d3f0ec0dbe341c7175c855d75da34fdcfd49 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -155,13 +155,6 @@ def GetTestList(config, verbose_count=0):
"run_mojom_translator_python_tests.py"),
"--build-dir=" + build_dir])
- # mojo tools unit tests:
- if ShouldRunTest(Config.TEST_TYPE_DEFAULT, Config.TEST_TYPE_UNIT, "tools"):
- AddEntry("Mojo tools unit tests",
- ["python", os.path.join("mojo", "tools", "testing",
- "mojom_fetcher",
- "mojom_fetcher_tests.py")])
-
# Observatory tests (Linux-only):
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_DEFAULT):
AddEntry("Dart Observatory tests",
« no previous file with comments | « mojo/public/tools/mojom_fetcher/pylib/fetcher/repository.py ('k') | mojo/tools/testing/mojom_fetcher/dependency_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698