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_104029 |
| 5228 Memcheck:Leak |
| 5229 fun:_Znw* |
| 5230 ... |
| 5231 fun:_ZN8chromeos15BalloonView* |
| 5232 ... |
| 5233 fun:_ZN8chromeos21BalloonCollectionImpl* |
| 5234 } |
| 5235 { |
| 5236 bug_104447 |
| 5237 Memcheck:Leak |
| 5238 ... |
| 5239 fun:HB_OpenTypeShape |
| 5240 fun:arabicSyriacOpenTypeShape |
| 5241 fun:HB_ArabicShape |
| 5242 fun:HB_ShapeItem |
| 5243 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv |
| 5244 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv |
| 5245 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv |
| 5246 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetI
PKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverf
lowE |
| 5247 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE |
| 5248 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE |
| 5249 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineT
extEjj |
| 5250 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt |
| 5251 } |
5226 | 5252 |
5227 #----------------------------------------------------------------------- | 5253 #----------------------------------------------------------------------- |
5228 # 4. These only occur on our Google workstations | 5254 # 4. These only occur on our Google workstations |
5229 { | 5255 { |
5230 bug_todo_freeres | 5256 bug_todo_freeres |
5231 Memcheck:Free | 5257 Memcheck:Free |
5232 fun:free | 5258 fun:free |
5233 fun:__libc_freeres | 5259 fun:__libc_freeres |
5234 fun:_vgnU_freeres | 5260 fun:_vgnU_freeres |
5235 fun:_Exit | 5261 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5253 obj:/lib/libselinux.so.1 | 5279 obj:/lib/libselinux.so.1 |
5254 obj:/lib/libselinux.so.1 | 5280 obj:/lib/libselinux.so.1 |
5255 } | 5281 } |
5256 { | 5282 { |
5257 bug_todo_grep | 5283 bug_todo_grep |
5258 Memcheck:Leak | 5284 Memcheck:Leak |
5259 fun:malloc | 5285 fun:malloc |
5260 obj:/bin/grep | 5286 obj:/bin/grep |
5261 obj:/bin/grep | 5287 obj:/bin/grep |
5262 } | 5288 } |
OLD | NEW |