OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 4167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4178 fun:_ZN11MessageLoop6DoWorkEv | 4178 fun:_ZN11MessageLoop6DoWorkEv |
4179 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE | 4179 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE |
4180 fun:_ZN11MessageLoop11RunInternalEv | 4180 fun:_ZN11MessageLoop11RunInternalEv |
4181 fun:_ZN11MessageLoop10RunHandlerEv | 4181 fun:_ZN11MessageLoop10RunHandlerEv |
4182 } | 4182 } |
4183 { | 4183 { |
4184 bug_52834_a | 4184 bug_52834_a |
4185 Memcheck:Leak | 4185 Memcheck:Leak |
4186 fun:_Znw* | 4186 fun:_Znw* |
4187 ... | 4187 ... |
4188 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev | |
4189 fun:_ZN17RenderProcessHostC2EP7Profile | |
4190 ... | |
4191 fun:_ZN21MockRenderProcessHostC1EP7Profile | |
4192 fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile | 4188 fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile |
4193 fun:_ZN12SiteInstance10GetProcessEv | 4189 fun:_ZN12SiteInstance10GetProcessEv |
4194 fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix | 4190 fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix |
4195 } | 4191 } |
4196 { | 4192 { |
4197 bug_52834_b | 4193 bug_52834_b |
4198 Memcheck:Leak | 4194 Memcheck:Leak |
4199 fun:_Znw* | 4195 fun:_Znw* |
4200 ... | 4196 ... |
4201 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EE9AddWithIDE
PS2_i | 4197 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EE9AddWithIDE
PS2_i |
4202 fun:_ZN17RenderProcessHost6AttachEPN3IPC7Channel8ListenerEi | 4198 fun:_ZN17RenderProcessHost6AttachEPN3IPC7Channel8ListenerEi |
4203 fun:_ZN16RenderWidgetHostC2EP17RenderProcessHosti | 4199 fun:_ZN16RenderWidgetHostC2EP17RenderProcessHosti |
4204 ... | 4200 ... |
4205 fun:_ZN26RenderWidgetFullscreenHostC1EP17RenderProcessHosti | 4201 fun:_ZN26RenderWidgetFullscreenHostC1EP17RenderProcessHosti |
4206 } | 4202 } |
4207 { | 4203 { |
4208 bug_52836 | 4204 bug_52836 |
4209 Memcheck:Cond | 4205 Memcheck:Cond |
4210 ... | 4206 ... |
4211 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv | 4207 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv |
4212 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi | 4208 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi |
4213 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou
tBlockingEiPS0_ | 4209 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou
tBlockingEiPS0_ |
4214 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv | 4210 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv |
4215 fun:event_process_active | 4211 fun:event_process_active |
4216 fun:event_base_loop | 4212 fun:event_base_loop |
4217 } | 4213 } |
| 4214 { |
| 4215 bug_52837 |
| 4216 Memcheck:Leak |
| 4217 fun:_Znw* |
| 4218 ... |
| 4219 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_
iteratorIS5_ERKS5_ |
| 4220 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_ |
| 4221 fun:_ZN17ExtensionsService15UnloadExtensionERKSs |
| 4222 fun:_ZN17ExtensionsService18UninstallExtensionERKSsb |
| 4223 fun:_ZN18AutomationProvider18UninstallExtensionEiPb |
| 4224 } |
OLD | NEW |