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 |