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 5205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5216 fun:_ZN13PluginService10GetPluginsERKN4base8CallbackIFvRKSt6vectorIN6webkit13
WebPluginInfoESaIS4_EEEEE | 5216 fun:_ZN13PluginService10GetPluginsERKN4base8CallbackIFvRKSt6vectorIN6webkit13
WebPluginInfoESaIS4_EEEEE |
5217 fun:_ZN8chromeos12_GLOBAL__N_127GViewRequestInterceptorTest5SetUpEv | 5217 fun:_ZN8chromeos12_GLOBAL__N_127GViewRequestInterceptorTest5SetUpEv |
5218 } | 5218 } |
5219 { | 5219 { |
5220 bug_103467 | 5220 bug_103467 |
5221 Memcheck:Cond | 5221 Memcheck:Cond |
5222 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_ | 5222 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_ |
5223 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE | 5223 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE |
5224 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj | 5224 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj |
5225 } | 5225 } |
5226 { | |
5227 bug_104029a | |
5228 Memcheck:Leak | |
5229 fun:_Znw* | |
5230 ... | |
5231 fun:_ZN11BalloonHost* | |
5232 fun:_ZN15BalloonViewHost* | |
5233 } | |
5234 { | |
5235 bug_104029b | |
5236 Memcheck:Leak | |
5237 fun:_Znw* | |
5238 ... | |
5239 fun:_ZN8chromeos15BalloonView* | |
5240 ... | |
5241 fun:_ZN8chromeos21BalloonCollectionImpl* | |
5242 } | |
5243 { | |
5244 bug_104029c | |
5245 Memcheck:Addr4 | |
5246 fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv | |
5247 } | |
5248 | 5226 |
5249 #----------------------------------------------------------------------- | 5227 #----------------------------------------------------------------------- |
5250 # 4. These only occur on our Google workstations | 5228 # 4. These only occur on our Google workstations |
5251 { | 5229 { |
5252 bug_todo_freeres | 5230 bug_todo_freeres |
5253 Memcheck:Free | 5231 Memcheck:Free |
5254 fun:free | 5232 fun:free |
5255 fun:__libc_freeres | 5233 fun:__libc_freeres |
5256 fun:_vgnU_freeres | 5234 fun:_vgnU_freeres |
5257 fun:_Exit | 5235 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5275 obj:/lib/libselinux.so.1 | 5253 obj:/lib/libselinux.so.1 |
5276 obj:/lib/libselinux.so.1 | 5254 obj:/lib/libselinux.so.1 |
5277 } | 5255 } |
5278 { | 5256 { |
5279 bug_todo_grep | 5257 bug_todo_grep |
5280 Memcheck:Leak | 5258 Memcheck:Leak |
5281 fun:malloc | 5259 fun:malloc |
5282 obj:/bin/grep | 5260 obj:/bin/grep |
5283 obj:/bin/grep | 5261 obj:/bin/grep |
5284 } | 5262 } |
OLD | NEW |