| Index: scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| index a56c58c5290ba29c75bf6a20ab59e44f0f9a9c66..c4241ded8532f17c35ae8de2672696181b1c6c59 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| @@ -31,53 +31,6 @@ SPEC = {
|
| 'enable_swarming': True,
|
| 'use_isolate': True,
|
| },
|
| - 'XP Tests (1)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['ninja_confirm_noop'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'parent_buildername': 'Win Builder',
|
| - 'testing': {
|
| - 'platform': 'win',
|
| - },
|
| - 'enable_swarming': True,
|
| - 'swarming_dimensions': {
|
| - 'cpu': 'x86-32',
|
| - 'os': 'Windows-XP-SP3',
|
| - },
|
| - },
|
| - 'Vista Tests (1)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['ninja_confirm_noop'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'parent_buildername': 'Win Builder',
|
| - 'testing': {
|
| - 'platform': 'win',
|
| - },
|
| - 'enable_swarming': True,
|
| - 'swarming_dimensions': {
|
| - 'os': 'Windows-Vista-SP2',
|
| - },
|
| - },
|
| 'Win7 (32) Tests': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['ninja_confirm_noop'],
|
|
|