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

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

Issue 60503002: Add browser path options to testing scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change switch statement and chained if statements to map lookups Created 7 years, 1 month 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 | « tools/testing/dart/test_options.dart ('k') | tools/testing/dart/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 19d5bbb378286174af1f285c4c2f7d19496c7102..c078eb08cb46c261a100e31ce83807fc6615b212 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -1110,7 +1110,8 @@ class StandardTestSuite extends TestSuite {
'--timeout=${configuration['timeout']}',
'--out=$fullHtmlPath'];
if (runtime == 'dartium') {
- var dartiumLocation = Locations.getDartiumLocation(configuration);
+ var dartiumLocation =
+ Locations.getBrowserLocation('dartium', configuration);
args.add('--executable=$dartiumLocation');
}
if (subtestIndex != 0) {
« no previous file with comments | « tools/testing/dart/test_options.dart ('k') | tools/testing/dart/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698