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

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

Issue 2721443002: Switch -c dartk/dartkp configuration to use fasta. (Closed)
Patch Set: Created 3 years, 10 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 | « tools/testing/dart/compiler_configuration.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/runtime_configuration.dart
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
index e0d306b2f4ebe96015fd9a7110ad996aaa4450ea..94a5dd596586f6d8000ad0efb5fafbe77c5ded8a 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -228,6 +228,7 @@ class StandaloneDartRuntimeConfiguration extends DartVmRuntimeConfiguration {
List<String> arguments,
Map<String, String> environmentOverrides) {
final bool needsDFERunner = suite.configuration['compiler'] == 'dartk' &&
+ suite.configuration['noUseFasta'] &&
!suite.configuration['noBatch'];
String script = artifact.filename;
String type = artifact.mimeType;
« no previous file with comments | « tools/testing/dart/compiler_configuration.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698