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

Unified Diff: infra/mb/mb_config.pyl

Issue 2860653002: Use new sanitizer coverage flags. (Closed)
Patch Set: one more Created 3 years, 8 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 | « gypfiles/coverage_wrapper.py ('k') | tools/testrunner/testrunner.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 08427fee994a8d94b8cbb9e506af48e2869d150b..f4a00ac7498c2b4896011174da0be1f1906f759e 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -499,8 +499,8 @@
},
'bb': {
- 'gn_args': 'sanitizer_coverage_flags="bb"',
- 'gyp_defines': 'sanitizer_coverage=bb',
+ 'gn_args': 'sanitizer_coverage_flags="bb,trace-pc-guard"',
+ 'gyp_defines': 'sanitizer_coverage=bb,trace-pc-guard',
},
'cfi': {
@@ -549,8 +549,8 @@
},
'edge': {
- 'gn_args': 'sanitizer_coverage_flags="edge"',
- 'gyp_defines': 'sanitizer_coverage=edge',
+ 'gn_args': 'sanitizer_coverage_flags="trace-pc-guard"',
+ 'gyp_defines': 'sanitizer_coverage=trace-pc-guard',
},
'gcc': {
« no previous file with comments | « gypfiles/coverage_wrapper.py ('k') | tools/testrunner/testrunner.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698