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

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: comment 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 d8810ae005e33800c924e169f3ee983e08f3a641..48ce585e09446aedea7300470e4f19cb211ca8c3 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])
# NaCl tests:
if ShouldRunTest("nacl"):

Powered by Google App Engine
This is Rietveld 408576698