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

Unified Diff: tools/test-compiler.dart

Issue 9414014: vmbot: fix vm bot config (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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 | « tests/standalone/src/StatusFileParserTest.dart ('k') | tools/test-runtime.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-compiler.dart
diff --git a/tools/test-compiler.dart b/tools/test-compiler.dart
index 103f8cf0996f36c09889b2277757e3a4a2777b89..c509005fed28d29e7badcf293f30ece21870344d 100755
--- a/tools/test-compiler.dart
+++ b/tools/test-compiler.dart
@@ -14,7 +14,6 @@
#import("../tests/isolate/test_config.dart");
#import("../tests/language/test_config.dart");
#import("../tests/standalone/test_config.dart");
-#import("../tests/stub-generator/test_config.dart");
#import("../tests/utils/test_config.dart");
#import("../runtime/tests/vm/test_config.dart");
#import("../samples/tests/samples/test_config.dart");
@@ -63,9 +62,6 @@ main() {
if (selectors.containsKey('isolate')) {
queue.addTestSuite(new IsolateTestSuite(conf));
}
- if (selectors.containsKey('stub-generator')) {
- queue.addTestSuite(new StubGeneratorTestSuite(conf));
- }
if (selectors.containsKey('utils')) {
queue.addTestSuite(new UtilsTestSuite(conf));
}
« no previous file with comments | « tests/standalone/src/StatusFileParserTest.dart ('k') | tools/test-runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698