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

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

Issue 1143393006: Remove clear_safari_cache flag in tools/test.py (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | 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 a33224abde67544302e75290d6c55f058809bb28..994e786f7e83595f2fef78bc0305193767b419b8 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -348,13 +348,6 @@ Note: currently only implemented for dart2js.''',
false,
type: 'bool'),
new _TestOptionSpecification(
- 'clear_safari_cache',
- 'Clear the safari cache (i.e., delete it).',
- ['--clear_safari_cache'],
- [],
- false,
- type: 'bool'),
- new _TestOptionSpecification(
'clear_browser_cache',
'Browser specific clearing of caches(i.e., delete it).',
['--clear_browser_cache'],
@@ -724,12 +717,6 @@ Note: currently only implemented for dart2js.''',
// Allow suppression that is valid for all ie versions
configuration['ie'] = runtime.startsWith('ie');
- // Temporary grace period for clear_safaci_cache
- // See issue 18478
- if (configuration['clear_safari_cache']) {
- configuration['clear_browser_cache'] = true;
- }
-
// Expand the test selectors into a suite name and a simple
// regular expressions to be used on the full path of a test file
// in that test suite. If no selectors are explicitly given use
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698