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 6f6f342fca9efdaf083078ea8e53681275166947..b2a1543713d1b0e858c30963766f6b275b206cb2 100644 |
--- a/scripts/slave/recipe_modules/v8/builders.py |
+++ b/scripts/slave/recipe_modules/v8/builders.py |
@@ -348,9 +348,8 @@ |
}, |
####### Category: Linux64 |
'V8 Linux64 - builder': { |
- 'gclient_apply_config': ['v8_valgrind'], |
- 'chromium_apply_config': [ |
- 'default_compiler', 'v8_ninja', 'goma', 'has_valgrind', 'mb'], |
+ 'chromium_apply_config': [ |
+ 'default_compiler', 'v8_ninja', 'goma', 'mb'], |
'v8_config_kwargs': { |
'BUILD_CONFIG': 'Release', |
'TARGET_BITS': 64, |
@@ -422,7 +421,6 @@ |
IgnitionTurbofan, |
MjsunitSPFrameAccess, |
Test262IgnitionTurbofan, |
- SimpleLeak, |
], |
'testing': {'platform': 'linux'}, |
}, |
@@ -1861,9 +1859,8 @@ |
'testing': {'platform': 'linux'}, |
}, |
'v8_linux64_rel_ng': { |
- 'gclient_apply_config': ['v8_valgrind'], |
- 'chromium_apply_config': [ |
- 'default_compiler', 'v8_ninja', 'goma', 'has_valgrind', 'mb'], |
+ 'chromium_apply_config': [ |
+ 'default_compiler', 'v8_ninja', 'goma', 'mb'], |
'v8_config_kwargs': { |
'BUILD_CONFIG': 'Release', |
'TARGET_BITS': 64, |
@@ -1895,7 +1892,6 @@ |
IgnitionTurbofan, |
MjsunitSPFrameAccess, |
Test262IgnitionTurbofan, |
- SimpleLeak, |
], |
'testing': {'platform': 'linux'}, |
}, |