| 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,
|
| - 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',
|
|
|