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# Leaks in Nvidia's libGL. 10leak:libGL.so 11 12# A small string is leaked here (57 bytes per process). http://crbug.com/46571#c9 13leak:WebCore::V8GCController::collectGarbage 14 15# http://crbug.com/270180 16leak:net::ProxyResolverV8::Context::ResolveProxy 17 18# NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 19leak:net::NSSCertDatabase::ImportFromPKCS12 20leak:net::NSSCertDatabase::ListCerts 21leak:net::NSSCertDatabase::DeleteCertAndKey 22leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB 23# Another leak due to not shutting down NSS properly. http://crbug.com/124445 24leak:error_get_my_stack 25 26# XRandR has several one time leaks. 27leak:libxrandr 28 29# The NSS suppressions above will not fire when the fast stack unwinder is used, 30# because it can't unwind through NSS libraries. Apply blanket suppressions for 31# now. 32leak:libnssutil3 33leak:libnspr4 34leak:libnss3 35leak:libplds4 36leak:libnssckbi 37 38# Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934 39leak:GrGpuGL::flushGraphicsState 40 41# xrandr leak. http://crbug.com/119677 42leak:XRRFindDisplay 43 44# V8 may leak this by design in unit tests. http://crbug.com/323149 45leak:v8::internal::Genesis::Genesis 46 47# Suppressions for objects which can be owned by the V8 heap. This is a 48# temporary workaround until LeakSanitizer supports the V8 heap. 49# Those should only fire in (browser)tests. If you see one of them in Chrome, 50# then it's a real leak. 51# http://crbug.com/328552 52leak:WTF::StringImpl::createUninitialized 53leak:WTF::StringImpl::create8BitIfPossible 54leak:WebCore::MouseEvent::create 55leak:WebCore::V8WindowShell::initializeIfNeeded 56leak:WebCore::*::*GetterCallback 57leak:WebCore::CSSComputedStyleDeclaration::create 58leak:WebCore::V8PerIsolateData::ensureDomInJSContext 59 60# http://crbug.com/356785 61leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody 62 63#### Actual bugs in Chromium code #### 64# PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. 65# Instead, commits that introduce memory leaks should be reverted. Suppressing 66# the leak is acceptable in some cases when reverting is impossible, i.e. when 67# enabling leak detection for the first time for a test target with pre-existing 68# leaks. 69 70# Small test-only leak in ppapi_unittests. http://crbug.com/258113 71leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test 72 73# Leak in cc_unittests. http://crbug.com/285174 74leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer 75leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage 76 77# http://crbug.com/318221 78leak:base::EnsureProcessTerminated 79 80# http://crbug.com/322671 81leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread 82 83# http://crbug.com/355641 84leak:TrayAccessibilityTest 85 86# http://crbug.com/354644 87leak:CertificateViewerUITest::ShowModalCertificateViewer 88 89# http://crbug.com/356306 90leak:content::SetProcessTitleFromCommandLine 91 92# http://crbug.com/354881 93leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser 94leak:LoginUtilsTest::SetUp 95leak:LoginUtilsTest::PrepareProfile 96 97# http://crbug.com/328092 98leak:WebCore::ResourceFetcher::requestResource 99leak:content::ResourceFetcherTests::ResourceFetcherDeletedInCallbackOnRenderer 100leak:content::ResourceFetcherTests::ResourceFetcherTimeoutOnRenderer 101 102# PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. 103