| 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 @@
|
| '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 @@
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder_tester',
|
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'],
|
| + 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'],
|
| 'testing': {'platform': 'win'},
|
| },
|
| ####### Category: Mac
|
|
|