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

Unified Diff: mojo/tools/get_test_list.py

Issue 1520113002: New Mojom parser: Remove dependency on CGO. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 | « mojo/tools/data/gotests ('k') | mojom/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index 8904576b491cb0cce4a0e32135ee369ffa69b7b2..0208f0fb7d8f0c59f7166df4f6a5c2b90f1b8274 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -124,11 +124,6 @@ def GetTestList(config, verbose_count=0):
AddEntry("Go system tests",
[os.path.join(build_dir, "obj", "mojo", "go", "system_test")])
- # Go mojom parser tests:
- AddEntry("Go mojom parser serialization tests",
- [os.path.join(build_dir, "obj", "mojom", "mojom_parser",
- "serialization_test")])
-
# Pure Go unit tests:
assert paths.go_tool_path is not None
go_tool = paths.go_tool_path
« no previous file with comments | « mojo/tools/data/gotests ('k') | mojom/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698