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

Unified Diff: scripts/master/factory/chromium_commands.py

Issue 242099: Turn on pixel testing for the Mac bots.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: Created 11 years, 3 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: scripts/master/factory/chromium_commands.py
===================================================================
--- scripts/master/factory/chromium_commands.py (revision 27759)
+++ scripts/master/factory/chromium_commands.py (working copy)
@@ -807,10 +807,6 @@
if layout_part:
cmd.extend(['--run-part', layout_part])
- if self._target_platform == 'darwin':
- # Only run pixel tests on windows and linux until we're ready for them on
- # mac.
- cmd.append('--no-pixel-tests')
if with_pageheap:
cmd.append('--enable-pageheap')
« 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