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

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

Issue 1221333004: V8 Buildbot: Skip test262 on windows (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_Win64.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..dfa5e12baabd5c552070a066fa515fd7f5354b80 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -624,7 +624,7 @@ BUILDERS = {
'TARGET_BITS': 64,
},
'bot_type': 'builder_tester',
- 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
+ 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
'testing': {'platform': 'win'},
},
'V8 Win64 - debug': {
@@ -634,7 +634,7 @@ BUILDERS = {
'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_Win64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698