| Index: scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py b/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
|
| index 8bfdb26829b2bafc59100863647bf8f51bc2cd56..6d9d6ed404fdcfe3d1cba9db0f14179619ed5ac9 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
|
| @@ -22,7 +22,7 @@ SPEC = {
|
| },
|
| # This doesn't affect the build, but ensures that trybots get the right
|
| # runtime flags.
|
| - 'chromium_apply_config': ['lsan'],
|
| + 'chromium_apply_config': ['lsan', 'mb'],
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| 'enable_swarming': True,
|
| @@ -74,6 +74,7 @@ SPEC = {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| },
|
| + 'chromium_apply_config': ['mb'],
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'mac'},
|
| 'enable_swarming': True,
|
| @@ -103,7 +104,7 @@ SPEC = {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| },
|
| - 'chromium_apply_config': ['lsan'],
|
| + 'chromium_apply_config': ['lsan', 'mb'],
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| 'enable_swarming': True,
|
|
|