| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index 7d07f34ad1cd3cd98ad9a41546d99dfd2cb6ca3f..53f1cff3232b94b931bc7bff3178f306583960ca 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -978,7 +978,7 @@ SPEC = {
|
| },
|
| 'CrWinAsan': {
|
| 'chromium_config': 'chromium_win_clang_asan_tot',
|
| - 'chromium_apply_config': ['mb'],
|
| + 'chromium_apply_config': ['mb', 'clobber'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| @@ -1013,7 +1013,7 @@ SPEC = {
|
| },
|
| 'CrWinAsan(dll)': {
|
| 'chromium_config': 'chromium_win_clang_asan_tot',
|
| - 'chromium_apply_config': ['mb'],
|
| + 'chromium_apply_config': ['mb', 'clobber'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| @@ -1049,7 +1049,7 @@ SPEC = {
|
| },
|
| 'CrWinAsanCov': {
|
| 'chromium_config': 'chromium_win_clang_asan_tot_coverage',
|
| - 'chromium_apply_config': ['mb'],
|
| + 'chromium_apply_config': ['mb', 'clobber'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
|
|