| 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 63af2de55d0359fef08c84c69c9e8c41ecbd32c8..cc75a97defe4498ca57d578f9341c5bdd76a6ca1 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -350,7 +350,7 @@ BUILDERS = {
|
| 'V8 Linux64 - builder': {
|
| 'gclient_apply_config': ['v8_valgrind'],
|
| 'chromium_apply_config': [
|
| - 'default_compiler', 'v8_ninja', 'goma', 'mb'],
|
| + 'default_compiler', 'v8_ninja', 'goma', 'has_valgrind', 'mb'],
|
| 'v8_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| @@ -422,6 +422,7 @@ BUILDERS = {
|
| IgnitionTurbofan,
|
| MjsunitSPFrameAccess,
|
| Test262IgnitionTurbofan,
|
| + SimpleLeak,
|
| ],
|
| 'testing': {'platform': 'linux'},
|
| },
|
| @@ -1862,7 +1863,7 @@ BUILDERS = {
|
| 'v8_linux64_rel_ng': {
|
| 'gclient_apply_config': ['v8_valgrind'],
|
| 'chromium_apply_config': [
|
| - 'default_compiler', 'v8_ninja', 'goma', 'mb'],
|
| + 'default_compiler', 'v8_ninja', 'goma', 'has_valgrind', 'mb'],
|
| 'v8_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| @@ -1894,6 +1895,7 @@ BUILDERS = {
|
| IgnitionTurbofan,
|
| MjsunitSPFrameAccess,
|
| Test262IgnitionTurbofan,
|
| + SimpleLeak,
|
| ],
|
| 'testing': {'platform': 'linux'},
|
| },
|
|
|