summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 13:52:26 +0000
committerbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 13:52:26 +0000
commit0ac47558930a32ce57b9d2d57ba707cfe48e1e1e (patch)
tree20c22e706a524876d563ede274e7ba17421be868 /tools
parent12b988d6784fa7c7c81a198a98169fe6bc793654 (diff)
downloadchromium_src-0ac47558930a32ce57b9d2d57ba707cfe48e1e1e.zip
chromium_src-0ac47558930a32ce57b9d2d57ba707cfe48e1e1e.tar.gz
chromium_src-0ac47558930a32ce57b9d2d57ba707cfe48e1e1e.tar.bz2
Generalize suppression for VisitedLinkEventsTest
BUG=157669 TBR=caitkp Review URL: https://codereview.chromium.org/11337002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index e201c41..7e1e1ca 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1608,7 +1608,7 @@
fun:VisitedLinkMaster::AddFingerprint
fun:VisitedLinkMaster::TryToAddURL
fun:VisitedLinkMaster::AddURL
- fun:VisitedLinkEventsTest_TabVisibility_Test::TestBody
+ fun:VisitedLinkEventsTest*
}
{
bug_157669b
@@ -1619,13 +1619,3 @@
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
-}