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

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

Issue 1165473002: Start pulling pub from its own repo. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Code review changes Created 5 years, 7 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/status_clean.dart ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index d56514eed29cc598cdbfcbc1bb22e28c5af06a88..c552282f0588148f8dda198abd32ad220ee0de0c 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -196,14 +196,6 @@ void testConfigurations(List<Map> configurations) {
}
testSuites.add(
new PkgBuildTestSuite(conf, 'pkgbuild', 'pkg/pkgbuild.status'));
- } else if (key == 'pub') {
- // TODO(rnystrom): Move pub back into TEST_SUITE_DIRECTORIES once
- // #104 is fixed.
- testSuites.add(new StandardTestSuite(conf, 'pub',
- new Path('sdk/lib/_internal/pub'),
- ['sdk/lib/_internal/pub/pub.status'],
- isTestFilePredicate: (file) => file.endsWith('_test.dart'),
- recursive: true));
}
}
« no previous file with comments | « tools/status_clean.dart ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698