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

Unified Diff: masters/master.chromium.memory.fyi/master.cfg

Issue 10641005: Use ui_unittests instead of gfx_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 6 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 | « masters/master.chromium.lkgr/lkgr_finder.py ('k') | masters/master.chromium.memory/master_linux_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.memory.fyi/master.cfg
===================================================================
--- masters/master.chromium.memory.fyi/master.cfg (revision 143294)
+++ masters/master.chromium.memory.fyi/master.cfg (working copy)
@@ -192,12 +192,12 @@
'ipc_tests',
'media_unittests',
'net_unittests',
- 'gfx_unittests',
'printing_unittests',
'remoting_unittests',
'safe_browsing_tests',
'sql_unittests',
'sync_unit_tests',
+ 'ui_unittests',
'unit_tests',
],
factory_properties={
@@ -326,12 +326,12 @@
'ipc_tests',
'media_unittests',
'net_unittests',
- 'gfx_unittests',
'printing_unittests',
'remoting_unittests',
'safe_browsing_tests',
'sql_unittests',
'sync_unit_tests',
+ 'ui_unittests',
'unit_tests',
'views_unittests',
],
@@ -542,22 +542,22 @@
f_chromium_dbg_linux_heapcheck = F_LINUX(
target='Debug',
options=['--compiler=goma',
+ 'base_unittests',
'content_unittests',
+ 'courgette_unittests',
+ 'crypto_unittests',
+ 'DumpRenderTree',
'googleurl_unittests',
+ 'ipc_tests',
+ 'media_unittests',
+ 'net_unittests',
'printing_unittests',
- 'media_unittests',
- 'courgette_unittests',
'remoting_unittests',
'sql_unittests',
'sync_unit_tests',
- 'ipc_tests',
- 'base_unittests',
- 'crypto_unittests',
- 'net_unittests',
- 'gfx_unittests',
+ 'test_shell_tests',
+ 'ui_unittests',
'unit_tests',
- 'test_shell_tests',
- 'DumpRenderTree',
],
# New tests must first update src/tools/heapcheck/chrome_tests.py to
# handle the test name, without the 'heapcheck_' prefix.
@@ -586,22 +586,22 @@
f_chromium_dbg_chromeos_heapcheck = F_CR_OS(
target='Debug',
options=['--compiler=goma',
+ 'base_unittests',
'content_unittests',
+ 'courgette_unittests',
+ 'crypto_unittests',
+ 'DumpRenderTree',
'googleurl_unittests',
+ 'ipc_tests',
+ 'media_unittests',
+ 'net_unittests',
'printing_unittests',
- 'media_unittests',
- 'courgette_unittests',
'remoting_unittests',
'sql_unittests',
'sync_unit_tests',
- 'ipc_tests',
- 'base_unittests',
- 'crypto_unittests',
- 'net_unittests',
- 'gfx_unittests',
+ #'test_shell_tests',
+ 'ui_unittests',
'unit_tests',
- #'test_shell_tests',
- 'DumpRenderTree',
'views_unittests',
],
# New tests must first update src/tools/heapcheck/chrome_tests.py to
« no previous file with comments | « masters/master.chromium.lkgr/lkgr_finder.py ('k') | masters/master.chromium.memory/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698