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

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

Issue 2920733004: Reenable vm tests with -cdartk DFE parser. (Closed)
Patch Set: Created 3 years, 7 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 | « runtime/tests/vm/vm.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 f17ae9a7c2f04abc5271cc8a405a041be7787ae5..c03fac2f76beeac201fbd45c26e9a8725e050ebb 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -179,7 +179,8 @@ Future testConfigurations(List<Configuration> configurations) async {
for (var key in configuration.selectors.keys) {
if (key == 'co19') {
testSuites.add(new Co19TestSuite(configuration));
- } else if (configuration.compiler == Compiler.none &&
+ } else if ((configuration.compiler == Compiler.none ||
+ configuration.compiler == Compiler.dartk) &&
configuration.runtime == Runtime.vm &&
key == 'vm') {
// vm tests contain both cc tests (added here) and dart tests (added
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698