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

Unified Diff: mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py

Issue 1824263002: Mojom backend: Stop re-computing version info and field packing data. (Closed) Base URL: https://github.com/domokit/mojo.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
Index: mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
diff --git a/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py b/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
index b4391195ba00b661fc8ef283e50471ca58dd696e..3ed50a96a4f7213cb04930cde7283d52959b5601 100755
--- a/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
+++ b/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
@@ -23,7 +23,6 @@ def TestMojom(testname, args):
def main(args):
errors = 0
errors += TestMojom('module_tests.py', ['--test'])
- errors += TestMojom('pack_tests.py', ['--test'])
if errors:
print '\nFailed tests.'

Powered by Google App Engine
This is Rietveld 408576698