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

Unified Diff: dart/tools/test.dart

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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
Index: dart/tools/test.dart
diff --git a/dart/tools/test.dart b/dart/tools/test.dart
index 787a1db16b141bb8c8670e2fbb6312cbe5990eba..cd43215718f65f5eecd6407709afd1615debdd61 100755
--- a/dart/tools/test.dart
+++ b/dart/tools/test.dart
@@ -36,7 +36,6 @@ import "testing/dart/test_runner.dart";
import "testing/dart/test_suite.dart";
import "testing/dart/utils.dart";
-import "../compiler/tests/dartc/test_config.dart";
import "../runtime/tests/vm/test_config.dart";
import "../samples/tests/dartc/test_config.dart";
import "../tests/co19/test_config.dart";
@@ -182,13 +181,6 @@ void testConfigurations(List<Map> configurations) {
// in [TEST_SUITE_DIRECTORIES]).
testSuites.add(new VMTestSuite(conf));
} else if (conf['analyzer']) {
- if (key == 'dartc' && conf['compiler'] == 'dartc') {
- testSuites.add(new JUnitDartcTestSuite(conf));
- }
- // TODO(devoncarew): get these running with the new analyzer
- if (key == 'dartc' && conf['compiler'] == 'dartc') {
- testSuites.add(new SamplesDartcTestSuite(conf));
- }
if (key == 'analyze_library') {
testSuites.add(new AnalyzeLibraryTestSuite(conf));
}

Powered by Google App Engine
This is Rietveld 408576698