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

Unified Diff: tools/test.dart

Issue 1922163002: Initial support to test.dart for running precompiler tests on android devices (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « runtime/bin/log_android.cc ('k') | tools/testing/dart/android.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index bbfdf258cfedc62378168386c7bea12fdf7aa3cd..e00357d956c316bc20d7d65aa4d385fe45eecb47 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -61,6 +61,9 @@ void main(List<String> arguments) {
var optionsParser = new TestOptionsParser();
var configurations = optionsParser.parse(arguments);
if (configurations != null && configurations.length > 0) {
+ // All the testing is carried out asynchronously in tasks created by this
+ // call.
+ // TODO(26372): Ensure that all tasks complete before the returned future.
testConfigurations(configurations);
}
});
« no previous file with comments | « runtime/bin/log_android.cc ('k') | tools/testing/dart/android.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698