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

Unified Diff: tools/testing/perf_testing/create_graph.py

Issue 9252002: Make changes for Safari to run with webdriver on the bots. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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/perf_testing/create_graph.py
===================================================================
--- tools/testing/perf_testing/create_graph.py (revision 3378)
+++ tools/testing/perf_testing/create_graph.py (working copy)
@@ -517,7 +517,7 @@
'dart' + suffix), os.path.join('tools', 'test.dart'),
'--component=webdriver',
'--browser=%s' % browser, '--frog=%s' % os.path.join(dart_sdk, 'bin',
- 'frogc'), '--froglib=%s' % os.path.join(dart_sdk, 'lib')), '--report',
+ 'frogc'), '--froglib=%s' % os.path.join(dart_sdk, 'lib'), '--report',
'--timeout=20', '--progress=color', '--mode=release', '-j1',
self.test_type], self.trace_file, append=True)

Powered by Google App Engine
This is Rietveld 408576698