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

Unified Diff: scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json

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: fixes from review 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
Index: scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json b/scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json
index eee99eb18ab8f3c1869c87cd956b60b4b41dbc42..16c1bacfd904b90fb0b2b8b062c711e9102949b3 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json
@@ -66,7 +66,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "asan=1 asan_coverage=1 clang=1 component=static_library gomadir='[BUILD]/goma' lsan=1 release_extra_cflags='-gline-tables-only -O2 -fno-inline-functions -fno-inline' target_arch=x64 use_allocator=none use_goma=1 v8_enable_verify_heap=1"
+ "GYP_DEFINES": "asan=1 sanitizer_coverage=3 clang=1 component=static_library gomadir='[BUILD]/goma' lsan=1 release_extra_cflags='-gline-tables-only -O2 -fno-inline-functions -fno-inline' target_arch=x64 use_allocator=none use_goma=1 v8_enable_verify_heap=1"
},
"name": "gclient runhooks"
},

Powered by Google App Engine
This is Rietveld 408576698