summaryrefslogtreecommitdiff
path: root/chromium/tools/lsan/suppressions.txt
blob: f2dbbc5d56ea7aa180011fecb51b0ecfce1155a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# HeapCheck sanity test
leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody

# False positives in libfontconfig. http://crbug.com/39050
leak:libfontconfig

# Intentionally leaked "static" strings in Blink. http://crbug.com/268258
leak:WTF::StringImpl::createStatic

# V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304
leak:v8::internal::V8::Initialize

# V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378
leak:net::ProxyResolverV8::SetPacScript
leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk
leak:net::(anonymous namespace)::InitResolver
leak:net::ProxyResolverScriptData::FromUTF8

# http://crbug.com/270180
leak:net::ProxyResolverV8::Context::ResolveProxy

# NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988
leak:net::NSSCertDatabase::ImportFromPKCS12
leak:net::NSSCertDatabase::ListCerts
leak:net::NSSCertDatabase::DeleteCertAndKey
leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB
# The suppressions above will not fire when the fast stack unwinder is used,
# because it can't unwind through NSS libraries. Apply blanket supressions for now.
leak:libnssutil3
leak:libnspr4
leak:libnss3
leak:libplds4

# Skia leaks. http://crbug.com/189170
leak:FontConfigTypeface::LegacyCreateTypeface

# Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934
leak:GrGpuGL::flushGraphicsState

# Small test-only leak in ppapi_unittests. http://crbug.com/258113
leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test

# Leak in base_unittests. http://crbug.com/268267
leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody

# GTK leaks. GTK is deprecated, so we won't be fixing these.
# Most of them should apply to the full browser process only.
leak:StatusIconGtk::UpdatePlatformContextMenu
leak:GlobalMenuBar::GlobalMenuBar
leak:BookmarkBubbleGtk::InitFolderComboModel
leak:TranslateInfoBarBase::CreateLanguageCombobox