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

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

Issue 2881833003: Reuse -cdartk for vm testing with Dart Frontend 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
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 8674804511c7809a18fff2501af2c59651b684a0..7e164f041e187425a54f51cc92b75b725f309a11 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -224,6 +224,12 @@ class TestOptionsParser {
[],
false,
type: 'bool'),
+ new _TestOptionSpecification(
+ 'kernel_snapshot_to_use_in_vm',
+ 'Enable the internal pipeline in vm to use given kernel snapshot',
+ ['--kernel-snapshot-to-use-in-vm'],
+ [],
+ ''),
new _TestOptionSpecification('hot_reload', 'Run hot reload stress tests',
['--hot-reload'], [], false,
type: 'bool'),

Powered by Google App Engine
This is Rietveld 408576698