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

Unified Diff: tools/test.dart

Issue 10168010: test rename overhaul: step 1 peg. (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 | « no previous file | utils/tests/peg/peg.status » ('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 8ddf497676355c05131c9705bcaeee0090ceade0..438af580e2ec55663faa01a7bb138f9f3c96539b 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -47,7 +47,6 @@
#import("../frog/tests/await/test_config.dart");
#import("../utils/tests/css/test_config.dart");
#import("../utils/tests/import_mapper/test_config.dart");
-#import("../utils/tests/peg/test_config.dart");
/**
* The directories that contain test suites which follow the conventions
@@ -56,7 +55,8 @@
* basically add the directory here and you're done.)
*/
final TEST_SUITE_DIRECTORIES = const [
- 'utils/tests/pub'
+ 'utils/tests/pub',
+ 'utils/tests/peg',
Bob Nystrom 2012/04/20 21:34:01 Keep in alphabetical order.
Siggi Cherem (dart-lang) 2012/04/20 22:56:19 Done.
];
main() {
@@ -145,9 +145,6 @@ main() {
if (selectors.containsKey('import_mapper')) {
queue.addTestSuite(new ImportMapperTestSuite(conf));
}
- if (selectors.containsKey('peg')) {
- queue.addTestSuite(new PegTestSuite(conf));
- }
if (selectors.containsKey('await')) {
queue.addTestSuite(new AwaitTestSuite(conf));
}
« no previous file with comments | « no previous file | utils/tests/peg/peg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698