# There are three kinds of suppressions in this file. # 1. third party stuff we have no control over # # 2. intentional unit test errors, or stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing # # 3. Suppressions for real chromium bugs that are not yet fixed. # These should all be in chromium's bug tracking system (but a few aren't yet). # Periodically we should sweep this file and the bug tracker clean by # running overnight and removing outdated bugs/suppressions. #----------------------------------------------------------------------- # 1. third party stuff we have no control over #----------------------------------------------------------------------- # 2. intentional unit test errors, or stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing { Heapcheck sanity test (ToolsSanityTest.MemoryLeak). Heapcheck:Leak fun:ToolsSanityTest_MemoryLeak_Test::TestBody } { Intentional leak in DiskCacheBackendTest::BackendInvalidEntry Heapcheck:Leak ... fun:DiskCacheBackendTest::BackendInvalidEntry } { Intentional leak in DiskCacheBackendTest::BackendInvalidEntryRead Heapcheck:Leak ... fun:DiskCacheBackendTest::BackendInvalidEntryRead } { Intentional leak in DiskCacheBackendTest::BackendInvalidEntryWithLoad Heapcheck:Leak ... fun:DiskCacheBackendTest::BackendInvalidEntryWithLoad } { Intentional leak in DiskCacheBackendTest::BackendTrimInvalidEntry Heapcheck:Leak ... fun:DiskCacheBackendTest::BackendTrimInvalidEntry } { Intentional leak in DiskCacheBackendTest::BackendTrimInvalidEntry2 Heapcheck:Leak ... fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 } { Intentional leak in DiskCacheBackendTest::BackendInvalidEntryEnumeration Heapcheck:Leak ... fun:DiskCacheBackendTest::BackendInvalidEntryEnumeration } #----------------------------------------------------------------------- # 3. Suppressions for real chromium bugs that are not yet fixed. # These should all be in chromium's bug tracking system (but a few aren't yet). # Periodically we should sweep this file and the bug tracker clean by # running overnight and removing outdated bugs/suppressions. # RSAPrivateKeyUnitTest (base_unittests) leaks memory. { bug_28118_a Heapcheck:Leak fun:PR_NewLock } { bug_28118_b Heapcheck:Leak fun:PORT_ZAlloc_Util } { bug_30547 Heapcheck:Leak fun:std::string::_Rep::_S_create fun:base::JSONWriter::Write fun:JSONStringValueSerializer::Serialize fun:BookmarkStorage::SerializeData fun:BookmarkStorage::SaveNow fun:BookmarkStorage::BookmarkModelDeleted fun:BookmarkModel::~BookmarkModel }