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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9361040: Reduce flakiness of browser tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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 | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/scripts/buildbot_annotated_steps.py
===================================================================
--- frog/scripts/buildbot_annotated_steps.py (revision 4043)
+++ frog/scripts/buildbot_annotated_steps.py (working copy)
@@ -50,13 +50,6 @@
else:
cmd = []
- num_tasks = 8
- if system == 'windows':
- # TODO(efortuna): This is a temporary measure because webdriver isn't
- # threadsafe(!), and the results seem to be most obvious/problematic on
- # Windows.
- num_tasks = 1
-
cmd = (cmd
+ [sys.executable,
os.path.join('..', 'tools', 'test_wrapper.py'),
@@ -64,7 +57,6 @@
'--component=' + component,
'--time',
'--report',
- '-j%d' % num_tasks,
'--progress=buildbot',
'-v']
+ targets)
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698