mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 07:14:10 +08:00
[lsan][crashpad] Suppress leak sanitizer on crashpad_test.
Leak sanitizer detected bugs on the above tests. We suppress the leak sanitizer on the leaky targets for now, and these leaks need to be fixed to fully enable leak detector. Bug: fuchsia:46559 Change-Id: I0bd7a43cfefc0d4ac213651de6dceea4404c243b Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2067412 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
22701bb0e4
commit
f79cba47ba
4
BUILD.gn
4
BUILD.gn
@ -35,6 +35,10 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
|
||||
"util:util_test",
|
||||
]
|
||||
}
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
# TODO(fuchsia:46559): Fix the leaks and remove this.
|
||||
deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
|
||||
}
|
||||
}
|
||||
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user