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', |