summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-13 05:27:03 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-13 05:27:03 +0000
commit1c0f0055a92cd067f0f3e403e09819758f0aa9ce (patch)
tree12276248465b3271995be7e5b7751e3e48bb44f6 /tools/heapcheck
parent00cde67b51293cc143b37c560075da37338c4303 (diff)
downloadchromium_src-1c0f0055a92cd067f0f3e403e09819758f0aa9ce.zip
chromium_src-1c0f0055a92cd067f0f3e403e09819758f0aa9ce.tar.gz
chromium_src-1c0f0055a92cd067f0f3e403e09819758f0aa9ce.tar.bz2
Heapchecker: Add more suppressions for ClientSideDetectionServiceTest.
BUG=62943 TEST=Heapchecker goes green? TBR=noelutz Review URL: http://codereview.chromium.org/4963001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 3bf6134..c791526 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1071,6 +1071,7 @@
fun:std::string::_S_construct_aux
fun:std::string::_S_construct
fun:basic_string
+ ...
fun:safe_browsing::ClientSideDetectionServiceTest_SendClientReportPhishingRequest_Test::TestBody
}
{
@@ -1085,3 +1086,25 @@
fun:URLFetcher::set_upload_data
fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
}
+{
+ bug_62943d
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_Rep::_M_clone
+ fun:std::string::reserve
+ fun:bool ::InitCanonical
+ fun:GURL
+ fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
+}
+{
+ bug_62943e
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_Rep::_M_clone
+ fun:std::string::_Rep::_M_grab
+ fun:basic_string
+ fun:FakeURLFetcherFactory::SetFakeResponse
+ fun:safe_browsing::ClientSideDetectionServiceTest::SetClientReportPhishingResponse
+}