1# HeapCheck sanity test 2leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody 3 4#### Third-party leaks #### 5 6# False positives in libfontconfig. http://crbug.com/39050 7leak:libfontconfig 8 9# False positive in Blink due to bit twiddling on pointers. http://crbug.com/242672 10# TODO(earthdok): Annotate. 11leak:WTF::BitVector::resizeOutOfLine 12 13# V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 14leak:v8::internal::V8::Initialize 15 16# V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378 17leak:net::ProxyResolverV8::SetPacScript 18leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk 19leak:net::(anonymous namespace)::InitResolver 20leak:net::ProxyResolverScriptData::FromUTF8 21 22# A small string is leaked here (57 bytes per process). http://crbug.com/46571#c9 23leak:WebCore::V8GCController::collectGarbage 24 25# Intentional leak in Blink. http://crbug.com/121729 26# TODO(earthdok): annotate it. 27leak:WebCore::parseUASheet 28 29# http://crbug.com/270180 30leak:net::ProxyResolverV8::Context::ResolveProxy 31 32# NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 33leak:net::NSSCertDatabase::ImportFromPKCS12 34leak:net::NSSCertDatabase::ListCerts 35leak:net::NSSCertDatabase::DeleteCertAndKey 36leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB 37# Another leak due to not shutting down NSS properly. http://crbug.com/124445 38leak:error_get_my_stack 39 40# The NSS suppressions above will not fire when the fast stack unwinder is used, 41# because it can't unwind through NSS libraries. Apply blanket suppressions for 42# now. 43leak:libnssutil3 44leak:libnspr4 45leak:libnss3 46leak:libplds4 47leak:libnssckbi 48 49# Skia leaks. http://crbug.com/189170 50leak:FontConfigTypeface::LegacyCreateTypeface 51 52# Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934 53leak:GrGpuGL::flushGraphicsState 54 55# xrandr leak. http://crbug.com/119677 56leak:XRRFindDisplay 57 58# V8 may leak this by design in unit tests. http://crbug.com/323149 59leak:v8::internal::Genesis::Genesis 60 61# Suppressions for objects which can be owned by the V8 heap. This is a 62# temporary workaround until LeakSanitizer supports the V8 heap. 63# http://crbug.com/328552 64leak:extensions::ObjectBackedNativeHandler::RouteFunction 65leak:toString<WTF::AtomicString> 66leak:WebCore::StringCache::createStringAndInsertIntoCache 67leak:WebCore::V8WindowShell::initializeIfNeeded 68leak:WebCore::V8MouseEvent::constructorCallback 69leak:WebCore::*::*GetterCallback 70leak:WebCore::*::*SetterCallback 71leak:WebCore::*::errorMethodCallback 72leak:WebCore::v8StringToWebCoreString 73leak:WTF::StringImpl::createUninitialized 74leak:ResourceBundleSourceMap::GetSource 75 76# http://crbug.com/328987 77leak:MetricsNetworkObserver::ProbeWifiPHYLayerProtocol 78leak:MetricsLog::MetricsLog 79 80#### Actual bugs in Chromium code #### 81# PLEASE DO NOT ADD NEW SUPPRESSIONS TO THIS SECTION. Instead, commits that 82# introduce memory leaks should be reverted. 83 84# Small test-only leak in ppapi_unittests. http://crbug.com/258113 85leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test 86 87# Leak in base_unittests. http://crbug.com/268267 88leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody 89 90# Leak in cc_unittests. http://crbug.com/285174 91leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer 92leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage 93 94# Leak in cc_unittests. http://crbug.com/317965 95leak:cc::ThreadProxy::ReadyToFinalizeTextureUpdates 96 97# Leak in unit_tests and browser_tests. http://crbug.com/309468 98leak:TranslateBubbleView::CreateViewBeforeTranslate() 99 100# GTK leaks. GTK is deprecated, so we won't be fixing these. 101# Most of them should apply to the full browser process only. 102leak:StatusIconGtk::UpdatePlatformContextMenu 103leak:GlobalMenuBar::GlobalMenuBar 104leak:BookmarkBubbleGtk::InitFolderComboModel 105leak:TranslateInfoBarBase::CreateLanguageCombobox 106leak:GtkNativeViewManager 107leak:_gdk_x11_window_get_toplevel 108leak:gtk_util::*AppModal 109 110# http://crbug.com/318221 111leak:base::EnsureProcessTerminated 112 113# PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. 114