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

Unified Diff: tools/testing/dart/test_configurations.dart

Issue 2980213002: Re-land beginning Dart 2.0 test migration. (Closed)
Patch Set: Created 3 years, 5 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/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index f49ccf0f259766740247c23e0323ecd5e915fa60..7395f6eed6084bbee85812893a58e8e9bd1293db 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -39,14 +39,17 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/compiler/dart2js_extra'),
new Path('tests/compiler/dart2js_native'),
new Path('tests/corelib'),
+ new Path('tests/corelib_2'),
new Path('tests/corelib_strong'),
new Path('tests/html'),
new Path('tests/isolate'),
new Path('tests/kernel'),
new Path('tests/language'),
new Path('tests/language_strong'),
+ new Path('tests/language_2'),
new Path('tests/lib'),
new Path('tests/lib_strong'),
+ new Path('tests/lib_2'),
new Path('tests/standalone'),
new Path('tests/utils'),
new Path('utils/tests/css'),

Powered by Google App Engine
This is Rietveld 408576698