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

Unified Diff: mojo/tools/get_test_list.py

Issue 816113004: Dart: Adds a content handler and a test. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 4b6a3cc5a0c5093500c280a7420c9ba069debaaf..53c02c8817952da9d485f13176c9cc3299347bbc 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -153,6 +153,10 @@ def GetTestList(config):
[os.path.join("mojo", "tools", "test_runner.py"),
os.path.join("mojo", "tools", "data", "dart_unittests"),
build_dir, "mojob_test_successes"])
+ AddXvfbEntry("Dart App tests",
+ [os.path.join("mojo", "tools", "apptest_runner.py"),
+ os.path.join("mojo", "tools", "data", "dart_apptests"),
+ build_dir])
# ----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698