| 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 05d240ae69ccd02a43c1c7fbd681af9de14d41f0..97c9ba35765ba6029d384a82a4f89bd3a80e0899 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -551,7 +551,7 @@
|
| 'bot_type': 'tester',
|
| 'parent_buildername': 'V8 Win32 - builder',
|
| 'build_gs_archive': 'win32_rel_archive',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| 'testing': {'platform': 'win'},
|
| },
|
| 'V8 Win32 - 2': {
|
| @@ -564,7 +564,7 @@
|
| 'bot_type': 'tester',
|
| 'parent_buildername': 'V8 Win32 - builder',
|
| 'build_gs_archive': 'win32_rel_archive',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| 'testing': {'platform': 'win'},
|
| },
|
| 'V8 Win32 - nosnap - shared': {
|
| @@ -588,45 +588,45 @@
|
| 'bot_type': 'tester',
|
| 'parent_buildername': 'V8 Win32 - debug builder',
|
| 'build_gs_archive': 'win32_dbg_archive',
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| + 'testing': {'platform': 'win'},
|
| + },
|
| + 'V8 Win32 - debug - 2': {
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + 'SHARD_COUNT': 3,
|
| + 'SHARD_RUN': 2,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'V8 Win32 - debug builder',
|
| + 'build_gs_archive': 'win32_dbg_archive',
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| + 'testing': {'platform': 'win'},
|
| + },
|
| + 'V8 Win32 - debug - 3': {
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + 'SHARD_COUNT': 3,
|
| + 'SHARD_RUN': 3,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'V8 Win32 - debug builder',
|
| + 'build_gs_archive': 'win32_dbg_archive',
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| + 'testing': {'platform': 'win'},
|
| + },
|
| + 'V8 Win64': {
|
| + 'chromium_apply_config': ['msvs2013'],
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 64,
|
| + },
|
| + 'bot_type': 'builder_tester',
|
| 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| 'testing': {'platform': 'win'},
|
| },
|
| - 'V8 Win32 - debug - 2': {
|
| - 'v8_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - 'SHARD_COUNT': 3,
|
| - 'SHARD_RUN': 2,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'parent_buildername': 'V8 Win32 - debug builder',
|
| - 'build_gs_archive': 'win32_dbg_archive',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'V8 Win32 - debug - 3': {
|
| - 'v8_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - 'SHARD_COUNT': 3,
|
| - 'SHARD_RUN': 3,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'parent_buildername': 'V8 Win32 - debug builder',
|
| - 'build_gs_archive': 'win32_dbg_archive',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'V8 Win64': {
|
| - 'chromium_apply_config': ['msvs2013'],
|
| - 'v8_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| 'V8 Win64 - debug': {
|
| 'chromium_apply_config': ['msvs2013'],
|
| 'v8_config_kwargs': {
|
| @@ -634,7 +634,7 @@
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| 'testing': {'platform': 'win'},
|
| },
|
| ####### Category: Mac
|
|
|