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

Unified Diff: tools/test-runtime.dart

Issue 10229002: test rename overhaul: step 10 - crypto tests, and add back other tests commited (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
Index: tools/test-runtime.dart
diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart
index 47facbe5499e4c3029e1e3fffde4bddfa1f3bee8..7f414e4c8dda35d1bfed942b63e0adcb5877913c 100755
--- a/tools/test-runtime.dart
+++ b/tools/test-runtime.dart
@@ -31,6 +31,7 @@ final TEST_SUITE_DIRECTORIES = const [
'tests/corelib',
'tests/isolate',
'tests/language',
+ 'tests/lib',
];
main() {
@@ -76,9 +77,6 @@ main() {
if (selectors.containsKey('co19')) {
queue.addTestSuite(new Co19TestSuite(conf));
}
- if (selectors.containsKey('lib')) {
- queue.addTestSuite(new LibTestSuite(conf));
- }
if (selectors.containsKey('utils')) {
queue.addTestSuite(new UtilsTestSuite(conf));
}

Powered by Google App Engine
This is Rietveld 408576698