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

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

Issue 2688413004: Add mode to test.dart to run dart2js with kernel, and include initial set of (Closed)
Patch Set: Update status files 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_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 206059aba2b3d068699458440ff0a96e4e6e0e2c..e9f5ea18db4ecc09afe5ba2b4bb2e03b653a2a53 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -213,6 +213,13 @@ class TestOptionsParser {
[],
false,
type: 'bool'),
+ new _TestOptionSpecification(
+ 'dart2js_with_kernel',
+ 'Enable the internal pipeline in dart2js to use kernel',
+ ['--dart2js-with-kernel'],
+ [],
+ false,
+ type: 'bool'),
new _TestOptionSpecification('hot_reload', 'Run hot reload stress tests',
['--hot-reload'], [], false,
type: 'bool'),
« no previous file with comments | « tools/testing/dart/compiler_configuration.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698