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

Unified Diff: tools/test.dart

Issue 10248007: test rename overhaul: step 8 - language tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/language/wrong_number_type_arguments_test.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.dart
diff --git a/tools/test.dart b/tools/test.dart
index be9f636f434d5b754a396d03c0adb204c98ca61b..b763766524fdb47b5c5f35eefe028013acfe6eca 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -35,7 +35,6 @@
#import("../runtime/tests/vm/test_config.dart");
#import("../samples/tests/samples/test_config.dart");
#import("../tests/co19/test_config.dart");
-#import("../tests/language/test_config.dart");
#import("../tests/lib/test_config.dart");
#import("../tests/standalone/test_config.dart");
#import("../tests/utils/test_config.dart");
@@ -58,6 +57,7 @@ final TEST_SUITE_DIRECTORIES = const [
'tests/html',
'tests/isolate',
'tests/json',
+ 'tests/language',
'utils/tests/css',
'utils/tests/peg',
'utils/tests/pub',
@@ -107,8 +107,6 @@ main() {
queue.addTestSuite(new StandaloneTestSuite(conf));
} else if (key == 'co19') {
queue.addTestSuite(new Co19TestSuite(conf));
- } else if (key == 'language') {
- queue.addTestSuite(new LanguageTestSuite(conf));
} else if (key == 'lib') {
queue.addTestSuite(new LibTestSuite(conf));
} else if (key == 'utils') {
« no previous file with comments | « tests/language/wrong_number_type_arguments_test.dart ('k') | tools/test-runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698