Description[chromium]: Annotate StringImpl::createStatic leak for LeakSanitizer.
Changes to enable annotating known leaks in blink so that leak sanitizer doesn't raise alarm.
Removing addition of StringImpl::createStatic from tools/lsan/suppressions.txt
This patch currently just handles Leak Sanitizer only. The changes for Heap Checker would be done in a follow up patch.
BUG=268258
TEST=Running content_unittests with Leak Sanitizer enabled.
Output of Leak Sanitizer before the fix: http://pastebin.com/niDgRNAQ
Output of Leak Sanitizer after the fix: http://pastebin.com/v6hF43Lj
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221586
Patch Set 1 #Patch Set 2 : First patch in set of patch to annotate known leaks in blink. #
Total comments: 1
Patch Set 3 : Removed WTF_USE_LEAK_ANNOTATIONS conditional macro as suggested. #
Messages
Total messages: 9 (0 generated)
|