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

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

Issue 7043031: Include crypto_unittests for Valgrind, Heapcheck, and TSAN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Update to ToT Created 9 years, 7 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 | masters/master.chromium.memory/master_gatekeeper_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | masters/master.chromium.memory/master_gatekeeper_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698