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

Unified Diff: masters/master.chromium.fyi/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 | « no previous file | masters/master.chromium.memory/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 0016ed2b62b683dc90fdb5002fb8850f9a257a97..1802a32be3f80f6ae33684c38ec157f7aa4b0993 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -248,8 +248,7 @@ f_cr_rel_frame = win_build().ChromiumFactory(
f_chromium_linux_redux = linux().ChromiumFactory(
tests=['unit', 'net', 'base', 'crypto', 'cacheinvalidation', 'jingle'],
- options=['app_unittests',
- 'base_unittests',
+ options=['base_unittests',
'cacheinvalidation_unittests',
'crypto_unittests',
'googleurl_unittests',
@@ -260,6 +259,7 @@ f_chromium_linux_redux = linux().ChromiumFactory(
'gfx_unittests',
'printing_unittests',
'remoting_unittests',
+ 'sql_unittests',
'sync_unit_tests',
'ui_tests',
'unit_tests'],
@@ -333,7 +333,7 @@ f_chromium_dbg_win_drmemory = win_build().ChromiumFactory(
'drmemory_googleurl',
'drmemory_printing',
'drmemory_media',
- 'drmemory_app',
+ 'drmemory_sql',
'drmemory_crypto',
'drmemory_remoting',
'drmemory_ipc',
@@ -458,7 +458,7 @@ f_chromium_rel_linux_valgrind_x64 = linux().ChromiumFactory(
tests=['valgrind_googleurl',
'valgrind_printing',
'valgrind_media',
- 'valgrind_app',
+ 'valgrind_sql',
'valgrind_ipc',
'valgrind_remoting',
'valgrind_base',
@@ -472,7 +472,7 @@ f_chromium_rel_linux_valgrind_x64 = linux().ChromiumFactory(
options=['googleurl_unittests',
'printing_unittests',
'media_unittests',
- 'app_unittests',
+ 'sql_unittests',
'ipc_tests',
'remoting_unittests',
'base_unittests',
@@ -492,7 +492,7 @@ f_chromium_rel_linux_tsan_x64 = linux().ChromiumFactory(
tests=['tsan_googleurl',
'tsan_printing',
'tsan_media',
- 'tsan_app',
+ 'tsan_sql',
'tsan_ipc',
'tsan_remoting',
'tsan_gfx',
@@ -506,7 +506,7 @@ f_chromium_rel_linux_tsan_x64 = linux().ChromiumFactory(
'tsan_rv_googleurl',
'tsan_rv_printing',
'tsan_rv_media',
- 'tsan_rv_app',
+ 'tsan_rv_sql',
'tsan_rv_ipc',
'tsan_rv_remoting',
'tsan_rv_gfx',
@@ -520,7 +520,7 @@ f_chromium_rel_linux_tsan_x64 = linux().ChromiumFactory(
options=['googleurl_unittests',
'printing_unittests',
'media_unittests',
- 'app_unittests',
+ 'sql_unittests',
'ipc_tests',
'remoting_unittests',
'base_unittests',
@@ -540,7 +540,7 @@ f_chromium_dbg_win_tsan = win_build().ChromiumFactory(
'tsan_googleurl',
'tsan_printing',
'tsan_remoting',
- 'tsan_app',
+ 'tsan_sql',
'tsan_media',
'tsan_ipc',
'tsan_base',
« no previous file with comments | « no previous file | masters/master.chromium.memory/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698