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

Unified Diff: tools/test.dart

Issue 13000005: Added tests for docs.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
« tools/dom/docs/test/docs_test.dart ('K') | « tools/dom/docs/test/docs_test.dart ('k') | no next file » | 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 9a23cfa7c4f75f0387f1517704847fd927cbce7f..218f9964ecb331d8210da6825a37ea847abd936b 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -57,7 +57,6 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/compiler/dart2js_foreign'),
new Path('tests/compiler/dart2js_native'),
new Path('tests/corelib'),
- new Path('tests/dom'),
new Path('tests/html'),
new Path('tests/isolate'),
new Path('tests/json'),
@@ -68,7 +67,10 @@ final TEST_SUITE_DIRECTORIES = [
new Path('utils/tests/css'),
new Path('utils/tests/peg'),
new Path('utils/tests/pub'),
+ // TODO(amouravski): move these to tests/ once they no longer rely on weird
+ // dependencies.
new Path('sdk/lib/_internal/dartdoc'),
+ new Path('tools/dom/docs'),
];
void testConfigurations(List<Map> configurations) {
« tools/dom/docs/test/docs_test.dart ('K') | « tools/dom/docs/test/docs_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698