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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.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/client_v8_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py b/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
index 8c2c4db5bb9d837ac0641450d2cdda8170449819..7896a99debc86c4fed7f90dd54b3733b8d62072a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
@@ -102,11 +102,6 @@ SPEC = {
},
'bot_type': 'tester',
'set_component_rev': {'name': 'src/v8', 'rev_str': '%s'},
- 'test_generators': [
- steps.generate_gtest,
ghost stip (do not use) 2016/09/22 23:25:50 machenbach: fyi, this shouldn't affect anything
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'parent_buildername': 'Linux Debug Builder',
'testing': {
'platform': 'linux',
@@ -147,11 +142,6 @@ SPEC = {
},
'bot_type': 'tester',
'set_component_rev': {'name': 'src/v8', 'rev_str': '%s'},
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'parent_buildername': 'Linux ASAN Builder',
'testing': {
'platform': 'linux',

Powered by Google App Engine
This is Rietveld 408576698