summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 21:03:50 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 21:03:50 +0000
commitcd2c612fd283eade45a2603ff92e4344c2112a76 (patch)
treec833063d131e7a8f7a015272ff918de186a35d66 /tools/heapcheck
parent7e3d8782a636c891c525c2f3594d3fbc5bb15259 (diff)
downloadchromium_src-cd2c612fd283eade45a2603ff92e4344c2112a76.zip
chromium_src-cd2c612fd283eade45a2603ff92e4344c2112a76.tar.gz
chromium_src-cd2c612fd283eade45a2603ff92e4344c2112a76.tar.bz2
More Heapchecker suppressions for StartClientReportPhishingRequest test.
BUG=62943 TEST=Heapchecker goes green TBR=noelutz Review URL: http://codereview.chromium.org/4895002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 04a7acd..3bf6134 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1054,7 +1054,7 @@
fun:testing::Test::Run
}
{
- bug_62943
+ bug_62943a
Heapcheck:Leak
...
fun:FakeURLFetcherFactory::CreateURLFetcher
@@ -1062,3 +1062,26 @@
fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
fun:*DispatchToMethod
}
+{
+ bug_62943b
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_S_construct
+ fun:std::string::_S_construct_aux
+ fun:std::string::_S_construct
+ fun:basic_string
+ fun:safe_browsing::ClientSideDetectionServiceTest_SendClientReportPhishingRequest_Test::TestBody
+}
+{
+ bug_62943c
+ 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:std::string::assign
+ fun:std::string::operator=
+ fun:URLFetcher::set_upload_data
+ fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
+}