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

Unified Diff: tools/testing/architecture.py

Issue 8920009: Add Safari to the list of browsers we test on a regular basis. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/architecture.py
===================================================================
--- tools/testing/architecture.py (revision 2391)
+++ tools/testing/architecture.py (working copy)
@@ -472,6 +472,8 @@
browser_flag = 'ff'
elif 'ie' in flags or 'explorer' in flags or 'internet-explorer' in flags:
browser_flag = 'ie'
+ elif 'safari' in flags:
+ browser_flag = 'safari'
selenium_location = os.path.join(self.root_path, 'tools', 'testing',
'run_selenium.py')
« no previous file with comments | « no previous file | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698