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

Unified Diff: mojo/tools/get_test_list.py

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file 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/dart/unittests/observatory_tester/tester.dart ('k') | services/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 0208f0fb7d8f0c59f7166df4f6a5c2b90f1b8274..53d93eca4cf387c25d83646b7871c79a601aa45b 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -166,12 +166,14 @@ def GetTestList(config, verbose_count=0):
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_DEFAULT):
AddEntry("Dart Observatory tests",
["python",
- os.path.join("mojo", "dart", "observatory_tester", "runner.py"),
+ os.path.join("mojo", "dart", "unittests", "observatory_tester",
+ "runner.py"),
"--build-dir=" + build_dir,
"--dart-exe=third_party/dart-sdk/dart-sdk/bin/dart"])
AddEntry("Dart HTTP Load test",
["python",
- os.path.join("mojo", "dart", "http_load_test", "runner.py"),
+ os.path.join("mojo", "dart", "unittests", "http_load_test",
+ "runner.py"),
"--build-dir=" + build_dir,
"--dart-exe=third_party/dart-sdk/dart-sdk/bin/dart"])
@@ -187,7 +189,7 @@ def GetTestList(config, verbose_count=0):
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_DEFAULT):
AddEntry("Dart snapshotter test",
["python",
- os.path.join("mojo", "dart", "dart_snapshotter", "test",
+ os.path.join("mojo", "dart", "embedder", "snapshotter", "test",
"dart_snapshotter_test.py"),
"--build-dir=" + build_dir])
« no previous file with comments | « mojo/dart/unittests/observatory_tester/tester.dart ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698