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

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

Issue 2065053003: Revert "Make Safari tests more robust." (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
« no previous file with comments | « tools/testing/dart/test_configurations.dart ('k') | no next file » | 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 912ef751a4df3df86e012cec40c63b197b7208ed..c5c6e343dace51de67ceeb2fb16f83fbce2447e6 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -338,11 +338,9 @@ Note: currently only implemented for dart2js.''',
false,
type: 'bool'),
new _TestOptionSpecification(
- 'reset_browser_configuration',
- 'Browser specific reset of configuration. '
- 'WARNING: Using this option may remove your bookmarks and '
- 'other settings.',
- ['--reset-browser-configuration'],
+ 'clear_browser_cache',
+ 'Browser specific clearing of caches(i.e., delete it).',
+ ['--clear_browser_cache'],
[],
false,
type: 'bool'),
« no previous file with comments | « tools/testing/dart/test_configurations.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698