Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: scripts/slave/recipe_modules/chromium/client_v8_branches.py

Issue 952653003: Change asan_coverage(deprecated) flag to sanitizer_coverage. Enable edge-level code coverage by def… (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: rebase with recipe_simulation_test.py Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.client.v8.branches/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/client_v8_branches.py
diff --git a/scripts/slave/recipe_modules/chromium/client_v8_branches.py b/scripts/slave/recipe_modules/chromium/client_v8_branches.py
index e36ac55145dd39d3261c9572c32cc0741e52da16..8502f911f511fc81d641675d40594112db348ceb 100644
--- a/scripts/slave/recipe_modules/chromium/client_v8_branches.py
+++ b/scripts/slave/recipe_modules/chromium/client_v8_branches.py
@@ -13,7 +13,7 @@ SPEC = {
'recipe_config': 'chromium_linux_asan',
'chromium_apply_config': [
'asan_symbolized',
- 'asan_coverage',
+ 'sanitizer_coverage',
'chromium_asan_default_targets',
'v8_verify_heap',
],
« no previous file with comments | « masters/master.client.v8.branches/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698