| Index: scripts/slave/recipe_modules/v8/builders.py
|
| diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
|
| index e0fbb78dd964eb3a2fde7e692f4349f4778ef4e4..0882b45c97fe1bd70e79b70104f8dc47ed9439e3 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -1465,7 +1465,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [V8Testing],
|
| + 'enable_swarming': True,
|
| + 'tests': [V8Testing_2],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| ####### Category: FYI
|
| @@ -2057,7 +2062,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 32,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [V8Testing, SimdJs],
|
| + 'enable_swarming': True,
|
| + 'tests': [V8Testing, Test262, Mozilla, SimdJs],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| 'v8_mac_dbg': {
|
| @@ -2067,7 +2077,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 32,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [V8Testing, SimdJs],
|
| + 'enable_swarming': True,
|
| + 'tests': [V8Testing, Test262, Mozilla, SimdJs],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| 'v8_mac64_rel': {
|
| @@ -2077,7 +2092,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [V8Testing, SimdJs],
|
| + 'enable_swarming': True,
|
| + 'tests': [V8Testing, Test262, Mozilla, SimdJs],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| 'v8_mac64_dbg': {
|
| @@ -2087,7 +2107,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [V8Testing, SimdJs],
|
| + 'enable_swarming': True,
|
| + 'tests': [V8Testing, Test262, Mozilla, SimdJs],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| 'v8_mac_gc_stress_dbg': {
|
| @@ -2098,7 +2123,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 32,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [Mjsunit, Webkit],
|
| + 'enable_swarming': True,
|
| + 'tests': [Mjsunit_3, Webkit],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| 'v8_mac64_asan_rel': {
|
| @@ -2114,7 +2144,12 @@ BUILDERS = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': [V8Testing],
|
| + 'enable_swarming': True,
|
| + 'tests': [V8Testing_2],
|
| + 'swarming_dimensions': {
|
| + 'os': 'Mac-10.9',
|
| + 'cpu': 'x86-64',
|
| + },
|
| 'testing': {'platform': 'mac'},
|
| },
|
| 'v8_linux_arm_rel': {
|
|
|