Index: masters/master.chromium.memory/master.cfg |
=================================================================== |
--- masters/master.chromium.memory/master.cfg (revision 86218) |
+++ masters/master.chromium.memory/master.cfg (working copy) |
@@ -206,6 +206,7 @@ |
slave_type='Tester', |
build_url=chromium_linux_valgrind_archive, |
tests=['valgrind_base', |
+ 'valgrind_crypto', |
'valgrind_ui_3_of_10', |
'valgrind_ui_4_of_10', |
], |
@@ -260,8 +261,11 @@ |
target='Release', |
slave_type='Tester', |
build_url=chromium_linux_valgrind_archive, |
+ # New tests must first update src/tools/valgrind/chrome_tests.py to |
+ # handle the test name, without the 'tsan_' prefix. |
tests=['tsan_app', |
'tsan_base', |
+ 'tsan_crypto', |
'tsan_googleurl', |
'tsan_net', |
'tsan_ipc', |
@@ -304,6 +308,7 @@ |
slave_type='Builder', |
options=['app_unittests', |
'base_unittests', |
+ 'crypto_unittests', |
'googleurl_unittests', |
'ipc_tests', |
'media_unittests', |
@@ -334,12 +339,15 @@ |
'sync_unit_tests', |
'ipc_tests', |
'base_unittests', |
+ 'crypto_unittests', |
'net_unittests', |
'gfx_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. |
tests=['heapcheck_googleurl', |
'heapcheck_printing', |
'heapcheck_media', |
@@ -349,6 +357,7 @@ |
'heapcheck_sync', |
'heapcheck_ipc', |
'heapcheck_base', |
+ 'heapcheck_crypto', |
'heapcheck_net', |
'heapcheck_gfx', |
'heapcheck_unit', |
@@ -393,8 +402,13 @@ |
factory_properties={ |
'needs_valgrind' : True, |
'gclient_env': {'GYP_DEFINES' : valgrind_mac_gyp_defines} }, |
+ # New tests must first be added as dependencies to the |
+ # 'chromium_builder_dbg_valgrind_mac' target in src/build/all.gyp, then |
+ # src/tools/valgrind/chrome_tests.py must be updated to handle the test |
+ # name, without the 'valgrind_' prefix. |
tests=['valgrind_app', |
'valgrind_base', |
+ 'valgrind_crypto', |
'valgrind_googleurl', |
'valgrind_ipc', |
'valgrind_media', |
@@ -413,8 +427,13 @@ |
factory_properties={ |
'needs_valgrind' : True, |
'gclient_env': {'GYP_DEFINES' : valgrind_mac_gyp_defines} }, |
+ # New tests must first be added as dependencies to the |
+ # 'chromium_builder_dbg_valgrind_mac' target in src/build/all.gyp, then |
+ # src/tools/valgrind/chrome_tests.py must be updated to handle the test |
+ # name, without the 'tsan_' prefix. |
tests=['tsan_app', |
'tsan_base', |
+ 'tsan_crypto', |
'tsan_googleurl', |
'tsan_net', |
'tsan_ipc', |
@@ -477,6 +496,7 @@ |
slave_type='Builder', |
options=['app_unittests', |
'base_unittests', |
+ 'crypto_unittests', |
'googleurl_unittests', |
'ipc_tests', |
'media_unittests', |
@@ -509,6 +529,7 @@ |
slave_type='Tester', |
build_url=chromium_chromeos_valgrind_archive, |
tests=['valgrind_base', |
+ 'valgrind_crypto', |
'valgrind_ui_3_of_10', |
'valgrind_ui_4_of_10', |
], |
@@ -562,6 +583,10 @@ |
f_chromium_dbg_win_tsan = F_WIN( |
target='Debug', |
+ # New tests must first be added as dependencies to the |
+ # 'chromium_builder_dbg_tsan_win' target in src/build/all.gyp, then |
+ # src/tools/valgrind/chrome_tests.py must be updated to handle the test |
+ # name, without the 'tsan_' prefix. |
tests=[ |
'tsan_googleurl', |
'tsan_printing', |
@@ -570,6 +595,7 @@ |
'tsan_media', |
'tsan_ipc', |
'tsan_base', |
+ 'tsan_crypto', |
'tsan_net', |
], |
project='all.sln;chromium_builder_dbg_tsan_win', |