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

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

Issue 10778013: Run ui_unittests instead of gfx_unittests on the waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 5 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_factory.py
===================================================================
--- scripts/master/factory/chromium_factory.py (revision 149492)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -322,9 +322,6 @@
f.AddBasicGTestTestStep('crypto_unittests', fp)
if R('dbus'):
f.AddBasicGTestTestStep('dbus_unittests', fp)
- # Remove 'gfx' once it is no longer referenced by the masters.
- if R('gfx'):
- f.AddBasicGTestTestStep('gfx_unittests', fp)
if R('googleurl'):
f.AddBasicGTestTestStep('googleurl_unittests', fp)
if R('gpu'):
@@ -379,9 +376,6 @@
f.AddBasicGTestTestStep('unit_tests', fp)
if R('unit_sql'):
f.AddBasicGTestTestStep('sql_unittests', fp)
- # Remove 'unit_gfx' once it is no longer referenced by the masters.
- if R('unit_gfx'):
- f.AddBasicGTestTestStep('gfx_unittests', fp)
if R('browser_tests'):
f.AddBrowserTests(fp)
if R('content_browsertests'):
« 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