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

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

Issue 1362693002: Cleanup leftover code and suppression from M47 ffmpeg roll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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
« no previous file with comments | « media/filters/ffmpeg_glue.cc ('k') | 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 3332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 fun:calloc 3343 fun:calloc
3344 fun:pthread_setspecific 3344 fun:pthread_setspecific
3345 ... 3345 ...
3346 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize OnGpuThreadParamsE 3346 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize OnGpuThreadParamsE
3347 } 3347 }
3348 { 3348 {
3349 bug_441333 3349 bug_441333
3350 Memcheck:Uninitialized 3350 Memcheck:Uninitialized
3351 fun:av_packet_unpack_dictionary 3351 fun:av_packet_unpack_dictionary
3352 fun:add_metadata_from_side_data 3352 fun:add_metadata_from_side_data
3353 ...
3354 } 3353 }
3355 { 3354 {
3356 bug_448700_a 3355 bug_448700_a
3357 Memcheck:Leak 3356 Memcheck:Leak
3358 fun:_Znw* 3357 fun:_Znw*
3359 ... 3358 ...
3360 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv 3359 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv
3361 fun:_ZN10extensions11ApiTestBase5SetUpEv 3360 fun:_ZN10extensions11ApiTestBase5SetUpEv
3362 } 3361 }
3363 { 3362 {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3647 } 3646 }
3648 { 3647 {
3649 bug_525328 3648 bug_525328
3650 Memcheck:Leak 3649 Memcheck:Leak
3651 fun:_Znw* 3650 fun:_Znw*
3652 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequ estJobFactory15ProtocolHandlerEEEE8allocateEmPKv 3651 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequ estJobFactory15ProtocolHandlerEEEE8allocateEmPKv
3653 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE11_M_get_nodeEv 3652 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE11_M_get_nodeEv
3654 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_no deIS6_EDpOT_ 3653 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_no deIS6_EDpOT_
3655 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE10_M_insert_IS6_EESt17_Rb_tree_iteratorI S6_EPKSt18_Rb_tree_node_baseSI_OT_ 3654 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE10_M_insert_IS6_EESt17_Rb_tree_iteratorI S6_EPKSt18_Rb_tree_node_baseSI_OT_
3656 } 3655 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_glue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698