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

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

Issue 1871883002: Make Safari tests more robust. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments. Created 4 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 dfca7798212f847119f5577755c859abba3b0c43..3346f4c50a4a848dcf0cc3badf724f78e9849c5a 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -338,9 +338,11 @@ Note: currently only implemented for dart2js.''',
false,
type: 'bool'),
new _TestOptionSpecification(
- 'clear_browser_cache',
- 'Browser specific clearing of caches(i.e., delete it).',
- ['--clear_browser_cache'],
+ 'reset-browser-configuration',
Bill Hesse 2016/06/09 17:35:42 All the internal names of flags have (or should ha
ahe 2016/06/15 08:16:54 Done.
+ 'Browser specific reset of configuration. '
+ 'WARNING: Using this option may remove your bookmarks and '
+ 'other settings.',
+ ['--reset-browser-configuration'],
[],
false,
type: 'bool'),
« tools/testing/dart/browser_controller.dart ('K') | « tools/testing/dart/test_configurations.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698