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

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

Issue 854913002: clang/win bots: Don't run content_unittests twice. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 09cb745fc914f83e5bf34a2704266b731df64e3d..e2ddfd58ced2634917766f40ac33cacf91eb1124 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -757,7 +757,7 @@ f_chromium_win_x64 = win_out().ChromiumFactory(
'GYP_DEFINES': 'target_arch=x64',
}})
-win_clang_tests = tests_win_1 + tests_win_2 + ['content_unittests']
+win_clang_tests = tests_win_1 + tests_win_2
f_chromium_win_clang_dbg = win_out().ChromiumFactory(
slave_type='Builder',
« 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