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

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

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: rebase 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/chromium_mac.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
index eb2755a7827b703da41d62176633d8ccbf311f55..7d079bba8896d22a3c5354914c9cc5bce0dd6021 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
@@ -46,11 +46,6 @@ SPEC = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
@@ -69,11 +64,6 @@ SPEC = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
@@ -91,11 +81,6 @@ SPEC = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
@@ -133,11 +118,6 @@ SPEC = {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'bot_type': 'tester',
'parent_buildername': 'Mac Builder (dbg)',
'testing': {

Powered by Google App Engine
This is Rietveld 408576698