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

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

Issue 2583453002: Enable strong-mode test suite for dartk. (Closed)
Patch Set: Created 4 years 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/lib_strong/lib_strong_kernel.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index d9e712800088e45cf5f2fa51d5e4768a3275c7d5..1f73fe5339e0653a96413dec1ced4bd02997e02b 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -40,11 +40,14 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/compiler/dart2js_extra'),
new Path('tests/compiler/dart2js_native'),
new Path('tests/corelib'),
+ 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/lib'),
+ new Path('tests/lib_strong'),
new Path('tests/standalone'),
new Path('tests/utils'),
new Path('utils/tests/css'),
« no previous file with comments | « tests/lib_strong/lib_strong_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698