summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authornoamsml@chromium.org <noamsml@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 21:23:43 +0000
committernoamsml@chromium.org <noamsml@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 21:23:43 +0000
commite56b6f221832adf08021590e4010959414bbd411 (patch)
treea6ecfab7a161a3f691deb5c13947cd07389aee91 /tools/heapcheck
parent21c028f2174b2003d8a1cbccba54420438dd4496 (diff)
downloadchromium_src-e56b6f221832adf08021590e4010959414bbd411.zip
chromium_src-e56b6f221832adf08021590e4010959414bbd411.tar.gz
chromium_src-e56b6f221832adf08021590e4010959414bbd411.tar.bz2
Add suppressions for leaks found by heapcheck involving safe browsing
Added suppressions to heapcheck's suppression file for leaks in the Linux and ChromeOS heapcheck bots, all involving safe browsing. BUG=289719 R=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/23451048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index daf9fe4..f155037 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -908,3 +908,28 @@
fun:NetworkingPrivateCrypto::VerifyCredentials
fun:NetworkingPrivateCryptoTest_VerifyCredentials_Test::TestBody
}
+{
+ bug_289719_a
+ Heapcheck:Leak
+ fun:SafeBrowsingDatabaseManagerTest::RunSBHashTest
+ fun:SafeBrowsingDatabaseManagerTest_CheckCorrespondsListType_Test::TestBody
+}
+{
+ bug_289719_b
+ Heapcheck:Leak
+ fun:CreateSafeBrowsingService
+ fun:SafeBrowsingService::CreateSafeBrowsingService
+ fun:SafeBrowsingDatabaseManagerTest::RunSBHashTest
+ fun:SafeBrowsingDatabaseManagerTest_CheckCorrespondsListType_Test::TestBody
+}
+{
+ bug_289719_c
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::_Vector_base::_M_allocate
+ fun:_Vector_base
+ fun:vector
+ fun:SafeBrowsingCheck
+ fun:SafeBrowsingDatabaseManagerTest::RunSBHashTest
+ fun:SafeBrowsingDatabaseManagerTest_CheckCorrespondsListType_Test::TestBody
+}