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

Unified Diff: factory_commands.py

Issue 13725: Run ipc_tests on Mac and Linux buildbots (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/buildbot/scripts/master/
Patch Set: Created 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: factory_commands.py
===================================================================
--- factory_commands.py (revision 6753)
+++ factory_commands.py (working copy)
@@ -733,8 +733,8 @@
def AddChromeUnitTests(self):
"""Adds a step to the factory to run all the unit tests."""
# When adding a test, update kill_processes.py.
+ self.AddBasicGTestTestStep('ipc_tests')
if self._target_platform == 'win32':
- self.AddBasicGTestTestStep('ipc_tests')
self.AddBasicGTestTestStep('installer_unittests')
if self._target == 'Release':
self.AddBasicGTestTestStep('mini_installer_test')
« 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