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

Unified Diff: tools/test.dart

Issue 14436004: Add a new test suite 'analyze_tests' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed a test with type errors Created 7 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 | « tests/standalone/io/file_test.dart ('k') | tools/testing/dart/test_options.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 93c211dbc36c353d4694ee9dd8a6e2a48a91778a..f134352d6c0169865487718d295ffc9093555fee 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -158,6 +158,9 @@ void testConfigurations(List<Map> configurations) {
if (key == 'analyze_library') {
testSuites.add(new AnalyzeLibraryTestSuite(conf));
}
+ if (key == 'analyze_tests') {
+ testSuites.add(new AnalyzeTestsTestSuite(conf));
+ }
}
}
« no previous file with comments | « tests/standalone/io/file_test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698