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

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

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: Created 4 years, 3 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/chromium_tests/api.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
index 941ce3a9fdcdbea24c41aefc2bcde916e30708c6..6ea409886eb760152f0f14f0681571b2ef13dc24 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -234,7 +234,7 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
bot_update_step, enable_swarming=enable_swarming,
swarming_dimensions=swarming_dimensions,
scripts_compile_targets=scripts_compile_targets)) +
- tests)
+ tuple(tests))
ghost stip (do not use) 2016/09/22 23:25:48 did this not work before?
Paweł Hajdan Jr. 2016/09/23 01:14:54 Bots where this doesn't work (they use frozenset)
return tests
def read_test_spec(self, api, test_spec_file):

Powered by Google App Engine
This is Rietveld 408576698