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

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

Issue 2114083002: Add --hot-reload to the test harness. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 7f44f3cc65c61f18672ed801b05efc647ea1763a..3c087dba679a98ab7d5105390fa9160d2409e4eb 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -187,6 +187,9 @@ class TestOptionsParser {
'noopt', 'Run an in-place precompilation', ['--noopt'], [], false,
type: 'bool'),
new _TestOptionSpecification(
+ 'hot_reload', 'Run hot reload stress tests', ['--hot-reload'], [], false,
+ type: 'bool'),
+ new _TestOptionSpecification(
'use_blobs', 'Use mmap instead of shared libraries for precompilation', ['--use-blobs'], [], false,
type: 'bool'),
new _TestOptionSpecification(

Powered by Google App Engine
This is Rietveld 408576698