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

Unified Diff: projects.py

Issue 29593003: Remove app_list_unittests from win7_aura requirements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 7 years, 2 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: projects.py
diff --git a/projects.py b/projects.py
index c40523071c6cb095fd64a8309f074e707b870097..b10bbff52ef4eccd815f654ccf0878c8ef7f6f11 100644
--- a/projects.py
+++ b/projects.py
@@ -316,6 +316,8 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
]
linux_aura_tests = aura_tests[:]
linux_aura_tests.remove('views_unittests')
+ win7_aura_tests = aura_tests[:]
+ win7_aura_tests.remove('app_list_unittests')
builders_and_tests = {
# TODO(maruel): Figure out a way to run 'sizes' where people can
# effectively update the perf expectation correctly. This requires a
@@ -374,7 +376,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'telemetry_unittests',
],
'win': ['compile'],
- 'win7_aura': aura_tests + [
+ 'win7_aura': win7_aura_tests + [
'ash_unittests',
],
'win_rel': standard_tests + [
« 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