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

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

Issue 9147058: Hook up the dartdoc tests to test.py, test.dart, and frog/presubmit.py. (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
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 163dda5477f6bb18a6effc9c565ad722b474ac85..a9420637f7ff752fc8e95dd9668fca796527fbbd 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -6,7 +6,7 @@
List<String> defaultTestSelectors =
const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
- 'isolate', 'stub-generator', 'vm', 'client'];
+ 'isolate', 'stub-generator', 'vm', 'client', 'dartdoc'];
/**
* Specification of a single test option.
@@ -263,7 +263,7 @@ is 'dart file.dart' and you specify special command
configuration[spec.name] = value;
}
}
-
+
return _expandConfigurations(configuration);
}

Powered by Google App Engine
This is Rietveld 408576698