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

Unified Diff: tools/bots/compiler.py

Issue 2070513002: Revert "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 | « tests/html/html.status ('k') | tools/safari_factory_reset.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/compiler.py
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
index 581d762f32d2130b71e7975d0a5bd475b79f691f..1127f27f91342fc38d7ce511ad0c108808f11797 100644
--- a/tools/bots/compiler.py
+++ b/tools/bots/compiler.py
@@ -202,7 +202,7 @@ def TestStep(name, mode, system, compiler, runtime, targets, flags, arch):
else:
cmd.extend(['--progress=buildbot', '-v'])
- cmd.append('--clear_browser_cache')
+ cmd.append('--reset-browser-configuration')
global IsFirstTestStepCall
if IsFirstTestStepCall:
« no previous file with comments | « tests/html/html.status ('k') | tools/safari_factory_reset.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698