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

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

Issue 9159064: Add flag to tools/test.dart. Add utils test suite to list of default suites. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « tools/testing/dart/test_options.dart ('k') | no next file » | 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 69bc6093fb876a6e455776520b16fd1c20bf35e3..19c838ea976cfdad44aa08bdc968f8836f031461 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -586,6 +586,9 @@ class StandardTestSuite implements TestSuite {
}
String get dumpRenderTreeFilename() {
+ if (configuration['drt'] != '') {
+ return configuration['drt'];
+ }
if (new Platform().operatingSystem() == 'macos') {
return 'client/tests/drt/DumpRenderTree.app/Contents/' +
'MacOS/DumpRenderTree';
« no previous file with comments | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698