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

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

Issue 2017093004: Revert "Make test.dart override only those dependencies declared in the pubspec.yaml" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/testing/dart/test_runner.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 770d135cc6b09b6873c9dddb8a3b95badfbde75d..8bc8e9a165c7f2452c6ad53b145c786f3c2398ee 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -437,7 +437,6 @@ abstract class TestSuite {
* dart/
* pkg/PACKAGE_NAME
* third_party/pkg/PACKAGE_NAME
- * third_party/pkg_tested/PACKAGE_NAME
* runtime/observatory/PACKAGE_NAME
* sdk/lib/_internal/PACKAGE_NAME
*/
@@ -451,7 +450,6 @@ abstract class TestSuite {
var futures = [
listDir(dartDir.append('pkg'), isValid),
listDir(dartDir.append('third_party').append('pkg'), isValid),
- listDir(dartDir.append('third_party').append('pkg_tested'), isValid),
listDir(dartDir.append('runtime').append('observatory'), isValid),
listDir(dartDir.append('sdk').append('lib').append('_internal'), isValid),
];
« no previous file with comments | « tools/testing/dart/test_runner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698