# 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 issue which comes up in lots of tests. http://crbug.com/169678
leak:v8::internal::SlotsBufferAllocator::AllocateBuffer

# 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

# 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

# Angle leaks. http://crbug.com/181691
leak:InitializeGlobalParseContext
leak:InitializeGlobalPools

# 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
