OLD | NEW |
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 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3120 fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T
0_RK6Tuple1IT1_E | 3120 fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T
0_RK6Tuple1IT1_E |
3121 } | 3121 } |
3122 { | 3122 { |
3123 bug_72698_a | 3123 bug_72698_a |
3124 Memcheck:Leak | 3124 Memcheck:Leak |
3125 fun:_Znw* | 3125 fun:_Znw* |
3126 ... | 3126 ... |
3127 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile | 3127 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile |
3128 } | 3128 } |
3129 { | 3129 { |
3130 bug_72698_b | |
3131 Memcheck:Leak | |
3132 fun:_Znw* | |
3133 ... | |
3134 fun:_ZNK13ProfileIOData14LazyInitializeEv | |
3135 } | |
3136 { | |
3137 bug_73132 | 3130 bug_73132 |
3138 Memcheck:Leak | 3131 Memcheck:Leak |
3139 fun:_Znw* | 3132 fun:_Znw* |
3140 fun:_Z11NewCallbackIN5media12PipelineImplERKNS0_18PipelineStatisticsEEPN9Call
back1IT0_E4TypeEPT_MSA_FvS6_E | 3133 fun:_Z11NewCallbackIN5media12PipelineImplERKNS0_18PipelineStatisticsEEPN9Call
back1IT0_E4TypeEPT_MSA_FvS6_E |
3141 fun:_ZN5media12PipelineImpl2*Initialize* | 3134 fun:_ZN5media12PipelineImpl2*Initialize* |
3142 fun:_ZN5media12PipelineImpl14InitializeTaskEv | 3135 fun:_ZN5media12PipelineImpl14InitializeTaskEv |
3143 } | 3136 } |
3144 { | 3137 { |
3145 bug_73299 | 3138 bug_73299 |
3146 Memcheck:Leak | 3139 Memcheck:Leak |
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4785 } | 4778 } |
4786 { | 4779 { |
4787 bug_todo_getdelim2 | 4780 bug_todo_getdelim2 |
4788 Memcheck:Leak | 4781 Memcheck:Leak |
4789 fun:malloc | 4782 fun:malloc |
4790 fun:getdelim | 4783 fun:getdelim |
4791 obj:/lib/libselinux.so.1 | 4784 obj:/lib/libselinux.so.1 |
4792 obj:/lib/libselinux.so.1 | 4785 obj:/lib/libselinux.so.1 |
4793 obj:/lib/libselinux.so.1 | 4786 obj:/lib/libselinux.so.1 |
4794 } | 4787 } |
OLD | NEW |