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 5267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 5283 bug_106067 |
5284 Memcheck:Uninitialized | 5284 Memcheck:Uninitialized |
5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv | 5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv |
5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv | 5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv |
5287 } | 5287 } |
| 5288 { |
| 5289 bug_106104 |
| 5290 Memcheck:Unaddressable |
| 5291 ... |
| 5292 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_ |
| 5293 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev |
| 5294 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ |
| 5295 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ |
| 5296 } |
5288 | 5297 |
5289 #----------------------------------------------------------------------- | 5298 #----------------------------------------------------------------------- |
5290 # 4. These only occur on our Google workstations | 5299 # 4. These only occur on our Google workstations |
5291 { | 5300 { |
5292 bug_todo_freeres | 5301 bug_todo_freeres |
5293 Memcheck:Free | 5302 Memcheck:Free |
5294 fun:free | 5303 fun:free |
5295 fun:__libc_freeres | 5304 fun:__libc_freeres |
5296 fun:_vgnU_freeres | 5305 fun:_vgnU_freeres |
5297 fun:_Exit | 5306 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5315 obj:/lib/libselinux.so.1 | 5324 obj:/lib/libselinux.so.1 |
5316 obj:/lib/libselinux.so.1 | 5325 obj:/lib/libselinux.so.1 |
5317 } | 5326 } |
5318 { | 5327 { |
5319 bug_todo_grep | 5328 bug_todo_grep |
5320 Memcheck:Leak | 5329 Memcheck:Leak |
5321 fun:malloc | 5330 fun:malloc |
5322 obj:/bin/grep | 5331 obj:/bin/grep |
5323 obj:/bin/grep | 5332 obj:/bin/grep |
5324 } | 5333 } |
OLD | NEW |