summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-26 22:16:46 +0000
committerbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-26 22:16:46 +0000
commit911de7911c06e592e3b24989b5f03f96258a6af0 (patch)
tree3447f364e2b1044380ef304a286dbd52e34ea588 /tools
parente17f30777beb14441921d8cdc81823e77dc4f859 (diff)
downloadchromium_src-911de7911c06e592e3b24989b5f03f96258a6af0.zip
chromium_src-911de7911c06e592e3b24989b5f03f96258a6af0.tar.gz
chromium_src-911de7911c06e592e3b24989b5f03f96258a6af0.tar.bz2
Suppress leaks in VisitedLinkEventsTest
BUG=157669 TBR=caitkp Review URL: https://codereview.chromium.org/11318007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 67ac4ee..e201c41 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1600,3 +1600,32 @@
...
fun:dom_storage::DomStorageContext::CreateSessionNamespace
}
+{
+ bug_157669a
+ Heapcheck:Leak
+ ...
+ fun:VisitedLinkEventListener::Add
+ fun:VisitedLinkMaster::AddFingerprint
+ fun:VisitedLinkMaster::TryToAddURL
+ fun:VisitedLinkMaster::AddURL
+ fun:VisitedLinkEventsTest_TabVisibility_Test::TestBody
+}
+{
+ bug_157669b
+ Heapcheck:Leak
+ ...
+ fun:::BuildVisitedLinkMaster
+ fun:ProfileKeyedServiceFactory::GetServiceForProfile
+ fun:ProfileKeyedServiceFactory::SetTestingFactoryAndUse
+ fun:VisitedLinkEventsTest::SetUp
+}
+{
+ bug_157669c
+ Heapcheck:Leak
+ ...
+ fun:VisitedLinkEventListener::Add
+ fun:VisitedLinkMaster::AddFingerprint
+ fun:VisitedLinkMaster::TryToAddURL
+ fun:VisitedLinkMaster::AddURL
+ fun:VisitedLinkEventsTest_Coalescense_Test::TestBody
+}