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

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

Issue 7248051: Remove app_unittests and add sql_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 9 years, 6 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 | « masters/master.chromium/master_mac_cfg.py ('k') | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index d28402f411fc0f4b85295d4650bee4cb3643a3e4..0e775e08153af0a611cc79d5484a5091cce87236 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -236,7 +236,6 @@ b_view_linux = {
'jingle'
],
options=['--compiler=goma',
- 'app_unittests',
'base_unittests',
'browser_tests',
'interactive_ui_tests',
@@ -247,6 +246,7 @@ b_view_linux = {
'printing_unittests',
'remoting_unittests',
'safe_browsing_tests',
+ 'sql_unittests',
'sync_unit_tests',
'ui_tests',
'unit_tests',
@@ -295,7 +295,6 @@ b_valgrind_linux = {
'factory': m_chromium_linux.ChromiumFactory(
target='Release',
options=['--compiler=goma',
- 'app_unittests',
'base_unittests',
'crypto_unittests',
'googleurl_unittests',
@@ -306,13 +305,13 @@ b_valgrind_linux = {
'printing_unittests',
'remoting_unittests',
'safe_browsing_tests',
+ 'sql_unittests',
'sync_unit_tests',
'unit_tests',
'test_shell_tests',
'DumpRenderTree',
],
- tests=['valgrind_app',
- 'valgrind_base',
+ tests=['valgrind_base',
'valgrind_crypto',
'valgrind_googleurl',
'valgrind_ipc',
@@ -321,6 +320,7 @@ b_valgrind_linux = {
'valgrind_printing',
'valgrind_remoting',
'valgrind_safe_browsing',
+ 'valgrind_sql',
'valgrind_sync',
'valgrind_unit',
'valgrind_test_shell',
@@ -341,8 +341,7 @@ b_valgrind_mac = {
# This trybot will build every build target. We can speed up the build
# for Valgrind by building only what we really need if/when we want to.
# See http://crbug.com/42298
- tests=['valgrind_app',
- 'valgrind_base',
+ tests=['valgrind_base',
'valgrind_crypto',
'valgrind_googleurl',
'valgrind_ipc',
@@ -351,6 +350,7 @@ b_valgrind_mac = {
'valgrind_printing',
'valgrind_remoting',
'valgrind_safe_browsing',
+ 'valgrind_sql',
'valgrind_unit',
'valgrind_test_shell',
],
@@ -364,7 +364,6 @@ b_chromium_chromiumos_valgrind = {
'factory': m_chromium_chromiumos.ChromiumOSFactory(
target='Release',
options=['--compiler=goma',
- 'app_unittests',
'base_unittests',
'crypto_unittests',
'googleurl_unittests',
@@ -375,11 +374,11 @@ b_chromium_chromiumos_valgrind = {
'printing_unittests',
'remoting_unittests',
'safe_browsing_tests',
+ 'sql_unittests',
'sync_unit_tests',
'unit_tests',
],
- tests=['valgrind_app',
- 'valgrind_base',
+ tests=['valgrind_base',
'valgrind_crypto',
'valgrind_googleurl',
'valgrind_ipc',
@@ -388,6 +387,7 @@ b_chromium_chromiumos_valgrind = {
'valgrind_printing',
'valgrind_remoting',
'valgrind_safe_browsing',
+ 'valgrind_sql',
'valgrind_sync',
'valgrind_unit',
],
@@ -407,7 +407,6 @@ b_tsan_linux = {
'factory': m_chromium_linux.ChromiumFactory(
target='Release',
options=['--compiler=goma',
- 'app_unittests',
'base_unittests',
'crypto_unittests',
'googleurl_unittests',
@@ -417,11 +416,11 @@ b_tsan_linux = {
'gfx_unittests',
'printing_unittests',
'remoting_unittests',
+ 'sql_unittests',
'sync_unit_tests',
'unit_tests',
],
- tests=['tsan_app',
- 'tsan_base',
+ tests=['tsan_base',
'tsan_crypto',
'tsan_googleurl',
'tsan_ipc',
@@ -429,6 +428,7 @@ b_tsan_linux = {
'tsan_net',
'tsan_printing',
'tsan_remoting',
+ 'tsan_sql',
'tsan_sync',
'tsan_unit',
],
« no previous file with comments | « masters/master.chromium/master_mac_cfg.py ('k') | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698