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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 10264005: Suppress get_drt/dartium download if an executable is provided via flag (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 0b0ac483f115b7131398805fa24768f9b275a7bf..76ade808ec2f69a018f9894ad45b2b538bd84591 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -280,7 +280,7 @@ class StandardTestSuite implements TestSuite {
[Function onDone = null]) {
// If DumpRenderTree/Dartium is required, and not yet updated,
// wait for update.
- var updater = runtimeUpdater(configuration['runtime']);
+ var updater = runtimeUpdater(configuration);
if (updater !== null && !updater.updated) {
Expect.isTrue(updater.isActive);
updater.onUpdated.add(() {
« tools/testing/dart/drt_updater.dart ('K') | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698