Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8630001: Update suppressions for BufferedDataSource::CreateResourceLoader() due to r110438. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 3304 matching lines...) Expand 10 before | Expand all | Expand 10 after
3315 } 3315 }
3316 { 3316 {
3317 bug_76354 3317 bug_76354
3318 Memcheck:Leak 3318 Memcheck:Leak
3319 ... 3319 ...
3320 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs 3320 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs
3321 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv 3321 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv
3322 fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv 3322 fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv
3323 } 3323 }
3324 { 3324 {
3325 bug_76647a
3326 Memcheck:Leak
3327 fun:_Znw*
3328 fun:_ZN11webkit_glue18BufferedDataSource20CreateResourceLoaderExx
3329 fun:_ZN11webkit_glue18BufferedDataSource14InitializeTaskEv
3330 fun:_Z16DispatchToMethodIN11webkit_glue18BufferedDataSourceEMS1_FvvEEvPT_T0_R K6Tuple0
3331 fun:_ZN14RunnableMethodIN11webkit_glue18BufferedDataSourceEMS1_FvvE6Tuple0E3R unEv
3332 fun:_ZN11MessageLoop7RunTaskEP4Task
3333 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3334 fun:_ZN11MessageLoop6DoWorkEv
3335 fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateE PNS0_10DispatcherE
3336 fun:_ZN4base16MessagePumpForUI3RunEPNS_11MessagePump8DelegateE
3337 fun:_ZN11MessageLoop11RunInternalEv
3338 fun:_ZN11MessageLoop10RunHandlerEv
3339 }
3340 {
3341 bug_76647b
3342 Memcheck:Leak
3343 fun:_Znw*
3344 fun:_Z17NewRunnableMethodIN11webkit_glue18BufferedDataSourceEMS1_FvvEEP14Canc elableTaskPT_T0_
3345 fun:_ZN11webkit_glue18BufferedDataSource4StopEP14CallbackRunnerI6Tuple0E
3346 fun:_ZN5media13FFmpegDemuxer8StopTaskEP14CallbackRunnerI6Tuple0E
3347 fun:_Z16DispatchToMethodIN5media13FFmpegDemuxerEMS1_FvP14CallbackRunnerI6Tupl e0EES5_EvPT_T0_RK6Tuple1IT1_E
3348 fun:_ZN14RunnableMethodIN5media13FFmpegDemuxerEMS1_FvP14CallbackRunnerI6Tuple 0EE6Tuple1IS5_EE3RunEv
3349 }
3350 {
3351 bug_77990 3325 bug_77990
3352 Memcheck:Leak 3326 Memcheck:Leak
3353 fun:calloc 3327 fun:calloc
3354 fun:PR_Calloc 3328 fun:PR_Calloc
3355 fun:error_get_my_stack 3329 fun:error_get_my_stack
3356 fun:nss_ClearErrorStack 3330 fun:nss_ClearErrorStack
3357 fun:NSSArena_Destroy 3331 fun:NSSArena_Destroy
3358 fun:nssList_Destroy 3332 fun:nssList_Destroy
3359 fun:nssCertificateStore_RemoveCertLOCKED 3333 fun:nssCertificateStore_RemoveCertLOCKED
3360 fun:nssCertificate_Destroy 3334 fun:nssCertificate_Destroy
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
4716 bug_100777 4690 bug_100777
4717 Memcheck:Leak 4691 Memcheck:Leak
4718 fun:_Znw* 4692 fun:_Znw*
4719 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4693 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4720 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4694 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4721 } 4695 }
4722 { 4696 {
4723 bug_100914a 4697 bug_100914a
4724 Memcheck:Leak 4698 Memcheck:Leak
4725 fun:_Znw* 4699 fun:_Znw*
4726 fun:_ZN11webkit_glue18BufferedDataSource20CreateResourceLoaderExx 4700 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4727 fun:_ZN11webkit_glue18BufferedDataSource24HttpInitialStartCallbackEi 4701 fun:_ZN12webkit_media18BufferedDataSource24HttpInitialStartCallbackEi
4728 } 4702 }
4729 { 4703 {
4730 bug_100914b 4704 bug_100914b
4731 Memcheck:Leak 4705 Memcheck:Leak
4732 fun:_Znw* 4706 fun:_Znw*
4733 fun:_ZN11webkit_glue18BufferedDataSource20CreateResourceLoaderExx 4707 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4734 fun:_ZN11webkit_glue18BufferedDataSource14InitializeTaskEv 4708 fun:_ZN12webkit_media18BufferedDataSource14InitializeTaskEv
4735 ...
4736 fun:_ZNK4base8CallbackIFvvEE3RunEv
4737 } 4709 }
4738 { 4710 {
4739 bug_100916 4711 bug_100916
4740 Memcheck:Leak 4712 Memcheck:Leak
4741 fun:_Znw* 4713 fun:_Znw*
4742 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4714 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4743 ... 4715 ...
4744 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4716 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4745 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4717 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4746 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4718 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
5318 obj:/lib/libselinux.so.1 5290 obj:/lib/libselinux.so.1
5319 obj:/lib/libselinux.so.1 5291 obj:/lib/libselinux.so.1
5320 } 5292 }
5321 { 5293 {
5322 bug_todo_grep 5294 bug_todo_grep
5323 Memcheck:Leak 5295 Memcheck:Leak
5324 fun:malloc 5296 fun:malloc
5325 obj:/bin/grep 5297 obj:/bin/grep
5326 obj:/bin/grep 5298 obj:/bin/grep
5327 } 5299 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698