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

Unified Diff: tools/test.dart

Issue 10304018: lingering step 2 of the test rename overhaul: make await tests also a directory (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 | « frog/tests/await/while_normalization_test.dart ('k') | no next file » | 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 72089e4a684ca12756fd73cd1d0d88d51178a05d..e362cc37430a3888de9d77cd1f2c2d5c7276969b 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -30,7 +30,6 @@
#import("testing/dart/test_suite.dart");
#import("../compiler/tests/dartc/test_config.dart");
-#import("../frog/tests/await/test_config.dart");
#import("../runtime/tests/vm/test_config.dart");
#import("../samples/tests/dartc/test_config.dart");
#import("../tests/co19/test_config.dart");
@@ -43,6 +42,7 @@
* moved to here, if possible.
*/
final TEST_SUITE_DIRECTORIES = const [
+ 'frog/tests/await',
'frog/tests/frog',
'frog/tests/frog_native',
'frog/tests/leg',
@@ -111,8 +111,6 @@ main() {
} else if (conf['compiler'] == 'dartc' && key == 'dartc') {
queue.addTestSuite(new SamplesDartcTestSuite(conf));
queue.addTestSuite(new JUnitDartcTestSuite(conf));
- } else if (key == 'await') {
- queue.addTestSuite(new AwaitTestSuite(conf));
}
}
« no previous file with comments | « frog/tests/await/while_normalization_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698