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

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

Issue 2200683002: Add --hot-reload-rollback test mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 ee9c10799b10a28616468ecf08de58190dca39ed..fce8cfa4ab4d3bdafc0478a712e7ef640a1e2373 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -190,6 +190,11 @@ class TestOptionsParser {
'hot_reload', 'Run hot reload stress tests', ['--hot-reload'], [],
false, type: 'bool'),
new _TestOptionSpecification(
+ 'hot_reload_rollback',
+ 'Run hot reload rollback stress tests', ['--hot-reload-rollback'],
+ [],
+ false, type: 'bool'),
+ new _TestOptionSpecification(
'use_blobs',
'Use mmap instead of shared libraries for precompilation',
['--use-blobs'], [], 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