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 5261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5272 fun:_ZN7WebCore8Document41styleForElementIgnoringPendingStylesheetsEPNS_7Elem
entE | 5272 fun:_ZN7WebCore8Document41styleForElementIgnoringPendingStylesheetsEPNS_7Elem
entE |
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 { |
| 5283 bug_106067 |
| 5284 Memcheck:Uninitialized |
| 5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv |
| 5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv |
| 5287 } |
5282 | 5288 |
5283 #----------------------------------------------------------------------- | 5289 #----------------------------------------------------------------------- |
5284 # 4. These only occur on our Google workstations | 5290 # 4. These only occur on our Google workstations |
5285 { | 5291 { |
5286 bug_todo_freeres | 5292 bug_todo_freeres |
5287 Memcheck:Free | 5293 Memcheck:Free |
5288 fun:free | 5294 fun:free |
5289 fun:__libc_freeres | 5295 fun:__libc_freeres |
5290 fun:_vgnU_freeres | 5296 fun:_vgnU_freeres |
5291 fun:_Exit | 5297 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5309 obj:/lib/libselinux.so.1 | 5315 obj:/lib/libselinux.so.1 |
5310 obj:/lib/libselinux.so.1 | 5316 obj:/lib/libselinux.so.1 |
5311 } | 5317 } |
5312 { | 5318 { |
5313 bug_todo_grep | 5319 bug_todo_grep |
5314 Memcheck:Leak | 5320 Memcheck:Leak |
5315 fun:malloc | 5321 fun:malloc |
5316 obj:/bin/grep | 5322 obj:/bin/grep |
5317 obj:/bin/grep | 5323 obj:/bin/grep |
5318 } | 5324 } |
OLD | NEW |