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

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

Issue 7043032: Include crypto_unittests for the Valgrind trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
===================================================================
--- masters/master.tryserver.chromium/master.cfg (revision 85872)
+++ masters/master.tryserver.chromium/master.cfg (working copy)
@@ -210,6 +210,7 @@
options=['--compiler=goma',
'app_unittests',
'base_unittests',
+ 'crypto_unittests',
'googleurl_unittests',
'ipc_tests',
'media_unittests',
@@ -225,6 +226,7 @@
],
tests=['valgrind_app',
'valgrind_base',
+ 'valgrind_crypto',
'valgrind_googleurl',
'valgrind_ipc',
'valgrind_media',
@@ -254,6 +256,7 @@
# See http://crbug.com/42298
tests=['valgrind_app',
'valgrind_base',
+ 'valgrind_crypto',
'valgrind_googleurl',
'valgrind_ipc',
'valgrind_media',
@@ -276,6 +279,7 @@
options=['--compiler=goma',
'app_unittests',
'base_unittests',
+ 'crypto_unittests',
'googleurl_unittests',
'ipc_tests',
'media_unittests',
@@ -289,6 +293,7 @@
],
tests=['valgrind_app',
'valgrind_base',
+ 'valgrind_crypto',
'valgrind_googleurl',
'valgrind_ipc',
'valgrind_media',
@@ -317,6 +322,7 @@
options=['--compiler=goma',
'app_unittests',
'base_unittests',
+ 'crypto_unittests',
'googleurl_unittests',
'ipc_tests',
'media_unittests',
@@ -329,6 +335,7 @@
],
tests=['tsan_app',
'tsan_base',
+ 'tsan_crypto',
'tsan_googleurl',
'tsan_ipc',
'tsan_media',
« 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