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

Unified Diff: tools/test.dart

Issue 10134052: Remove unused class DirectoryTestSuite from test script. (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
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.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 ca43e650034fa4c9d1b4c68f06128fc6a2209e22..5ec6fc92e06fe12d4f3e7f80af47bf40767c405c 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -51,9 +51,10 @@
/**
* The directories that contain test suites which follow the conventions
- * required by [DirectoryTestSuite]. Ideally, we'd move more suites to this
- * convention because it makes it much simpler to add them to test.dart. (You
- * basically add the directory here and you're done.)
+ * required by [StandardTestSuite]'s forDirectory constructor.
Mads Ager (google) 2012/04/25 10:51:16 Are these two tests suites below really the only o
+ * New test suites should follow this convention because it makes it much
+ * simpler to add them to test.dart. Existing test suites should be
+ * moved to here, if possible.
*/
final TEST_SUITE_DIRECTORIES = const [
'utils/tests/peg',
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698