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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1228553002: Revert of V8 Buildbot: Run test262 only on win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698