summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 12:47:17 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 12:47:17 +0000
commit2de02ccd766ac6566807160ccca272c5a9679f07 (patch)
tree6b827deec222df718e66d5780d3df01b8df90aa6 /tools/valgrind
parentf8b97004a25e035d4096713b9aa5457211c18ba9 (diff)
downloadchromium_src-2de02ccd766ac6566807160ccca272c5a9679f07.zip
chromium_src-2de02ccd766ac6566807160ccca272c5a9679f07.tar.gz
chromium_src-2de02ccd766ac6566807160ccca272c5a9679f07.tar.bz2
Suppress another leak from bug 46343.
Suppress bug 46345 BUG=46345,46343 TBR=jam,darin Review URL: http://codereview.chromium.org/2779017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 573d8db..825b2a3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3240,3 +3240,30 @@
fun:_ZN11MessageLoop7RunTaskEP4Task
}
+{
+ bug_46343_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN9__gnu_cxx13new_allocatorISt4pairIjiEE8allocateEjPKv
+ fun:_ZNSt12_Vector_baseISt4pairIjiESaIS1_EE11_M_allocateEj
+ fun:_ZNSt6vectorISt4pairIjiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_
+ fun:_ZNSt6vectorISt4pairIjiESaIS1_EE9push_backERKS1_
+ fun:_ZN20ChildProcessLauncher7Context14LaunchInternalEbRKSt6vectorISt4pairISsSsESaIS3_EEiP11CommandLine
+ fun:_Z16DispatchToMethodIN20ChildProcessLauncher7ContextEMS1_FvbRKSt6vectorISt4pairISsSsESaIS4_EEiP11CommandLineEbS6_iSA_EvPT_T0_RK6Tuple4IT1_T2_T3_T4_E
+ fun:_ZN14RunnableMethodIN20ChildProcessLauncher7ContextEMS1_FvbRKSt6vectorISt4pairISsSsESaIS4_EEiP11CommandLineE6Tuple4IbS6_iSA_EE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+}
+
+{
+ bug_46345
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEP10URLRequest
+ fun:_ZN22ResourceDispatcherHost17OnResponseStartedEP10URLRequest
+ fun:_ZN10URLRequest15ResponseStartedEv
+ fun:_ZN13URLRequestJob21NotifyHeadersCompleteEv
+ fun:_ZN17URLRequestFileJob10DidResolveEbRKN9file_util8FileInfoE
+ fun:_Z16DispatchToMethodI17URLRequestFileJobMS0_FvbRKN9file_util8FileInfoEEbS2_EvPT_T0_RK6Tuple2IT1_T2_E
+ fun:_ZN14RunnableMethodI17URLRequestFileJobMS0_FvbRKN9file_util8FileInfoEE6Tuple2IbS2_EE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+}