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

Unified Diff: scripts/slave/recipe_modules/v8/api.py

Issue 1578703002: V8 Buildbot: Switch static-initializer check to swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
Index: scripts/slave/recipe_modules/v8/api.py
diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py
index 4074a8f108dc7659bd3cfbb70b6e7103e11394a8..6e2c5d6d7356a73fb8121ef8b9f82a8e90b2b7aa 100644
--- a/scripts/slave/recipe_modules/v8/api.py
+++ b/scripts/slave/recipe_modules/v8/api.py
@@ -277,7 +277,7 @@ class V8Api(recipe_api.RecipeApi):
tests_to_isolate = []
def add_tests_to_isolate(tests):
for test in tests:
- if not test.swarming:
+ if not test.swarming: # pragma: no cover
Michael Achenbach 2016/01/11 08:37:42 I'll keep this code around for the next test type
# Skip tests that explicitly disable swarming.
continue
config = testing.TEST_CONFIGS.get(test.name) or {}
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/builders.py » ('j') | scripts/slave/recipe_modules/v8/testing.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698