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

Side by Side Diff: tools/lsan/suppressions.txt

Issue 23460014: [chromium]: Annotate StringImpl::createStatic leak for LeakSanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed WTF_USE_LEAK_ANNOTATIONS conditional macro as suggested. Created 7 years, 3 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 unified diff | Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # HeapCheck sanity test 1 # HeapCheck sanity test
2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody
3 3
4 # False positives in libfontconfig. http://crbug.com/39050 4 # False positives in libfontconfig. http://crbug.com/39050
5 leak:libfontconfig 5 leak:libfontconfig
6 6
7 # Intentionally leaked "static" strings in Blink. http://crbug.com/268258
8 leak:WTF::StringImpl::createStatic
9
10 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 7 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304
11 leak:v8::internal::V8::Initialize 8 leak:v8::internal::V8::Initialize
12 9
13 # V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378 10 # V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378
14 leak:net::ProxyResolverV8::SetPacScript 11 leak:net::ProxyResolverV8::SetPacScript
15 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr omDisk 12 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr omDisk
16 leak:net::(anonymous namespace)::InitResolver 13 leak:net::(anonymous namespace)::InitResolver
17 leak:net::ProxyResolverScriptData::FromUTF8 14 leak:net::ProxyResolverScriptData::FromUTF8
18 15
19 # http://crbug.com/270180 16 # http://crbug.com/270180
(...skipping 22 matching lines...) Expand all
42 39
43 # Leak in base_unittests. http://crbug.com/268267 40 # Leak in base_unittests. http://crbug.com/268267
44 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody 41 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody
45 42
46 # GTK leaks. GTK is deprecated, so we won't be fixing these. 43 # GTK leaks. GTK is deprecated, so we won't be fixing these.
47 # Most of them should apply to the full browser process only. 44 # Most of them should apply to the full browser process only.
48 leak:StatusIconGtk::UpdatePlatformContextMenu 45 leak:StatusIconGtk::UpdatePlatformContextMenu
49 leak:GlobalMenuBar::GlobalMenuBar 46 leak:GlobalMenuBar::GlobalMenuBar
50 leak:BookmarkBubbleGtk::InitFolderComboModel 47 leak:BookmarkBubbleGtk::InitFolderComboModel
51 leak:TranslateInfoBarBase::CreateLanguageCombobox 48 leak:TranslateInfoBarBase::CreateLanguageCombobox
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698