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 5262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5273 fun:_ZN7WebCore7Element13computedStyleENS_8PseudoIdE | 5273 fun:_ZN7WebCore7Element13computedStyleENS_8PseudoIdE |
5274 fun:_ZN7WebCore16HTMLTitleElement17textWithDirectionEv | 5274 fun:_ZN7WebCore16HTMLTitleElement17textWithDirectionEv |
5275 fun:_ZN7WebCore16HTMLTitleElement15childrenChangedEbPNS_4NodeES2_i | 5275 fun:_ZN7WebCore16HTMLTitleElement15childrenChangedEbPNS_4NodeES2_i |
5276 fun:_ZN7WebCore13ContainerNode14parserAddChildEN3WTF10PassRefPtrINS_4NodeEEE | 5276 fun:_ZN7WebCore13ContainerNode14parserAddChildEN3WTF10PassRefPtrINS_4NodeEEE |
5277 fun:_ZN7WebCore20HTMLConstructionSite12attachAtSiteERKNS0_14AttachmentSiteEN3
WTF10PassRefPtrINS_4NodeEEE | 5277 fun:_ZN7WebCore20HTMLConstructionSite12attachAtSiteERKNS0_14AttachmentSiteEN3
WTF10PassRefPtrINS_4NodeEEE |
5278 fun:_ZN7WebCore20HTMLConstructionSite14insertTextNodeERKN3WTF6StringE | 5278 fun:_ZN7WebCore20HTMLConstructionSite14insertTextNodeERKN3WTF6StringE |
5279 fun:_ZN7WebCore15HTMLTreeBuilder22processCharacterBufferERNS0_28ExternalChara
cterTokenBufferE | 5279 fun:_ZN7WebCore15HTMLTreeBuilder22processCharacterBufferERNS0_28ExternalChara
cterTokenBufferE |
5280 fun:_ZN7WebCore15HTMLTreeBuilder16processCharacterERNS_15AtomicHTMLTokenE | 5280 fun:_ZN7WebCore15HTMLTreeBuilder16processCharacterERNS_15AtomicHTMLTokenE |
5281 } | 5281 } |
5282 { | 5282 { |
5283 bug_106067 | |
5284 Memcheck:Uninitialized | |
5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv | |
5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv | |
5287 } | |
5288 { | |
5289 bug_106104 | 5283 bug_106104 |
5290 Memcheck:Unaddressable | 5284 Memcheck:Unaddressable |
5291 ... | 5285 ... |
5292 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_ | 5286 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_ |
5293 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev | 5287 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev |
5294 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ | 5288 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ |
5295 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ | 5289 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ |
5296 } | 5290 } |
5297 | 5291 |
5298 #----------------------------------------------------------------------- | 5292 #----------------------------------------------------------------------- |
(...skipping 25 matching lines...) Expand all Loading... |
5324 obj:/lib/libselinux.so.1 | 5318 obj:/lib/libselinux.so.1 |
5325 obj:/lib/libselinux.so.1 | 5319 obj:/lib/libselinux.so.1 |
5326 } | 5320 } |
5327 { | 5321 { |
5328 bug_todo_grep | 5322 bug_todo_grep |
5329 Memcheck:Leak | 5323 Memcheck:Leak |
5330 fun:malloc | 5324 fun:malloc |
5331 obj:/bin/grep | 5325 obj:/bin/grep |
5332 obj:/bin/grep | 5326 obj:/bin/grep |
5333 } | 5327 } |
OLD | NEW |