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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 Memcheck:Leak | 333 Memcheck:Leak |
334 fun:malloc_zone_calloc | 334 fun:malloc_zone_calloc |
335 fun:_internal_class_createInstanceFromZone | 335 fun:_internal_class_createInstanceFromZone |
336 fun:+[NSObject allocWithZone:] | 336 fun:+[NSObject allocWithZone:] |
337 ... | 337 ... |
338 fun:-[NSCustomObject nibInstantiate] | 338 fun:-[NSCustomObject nibInstantiate] |
339 fun:-[NSIBObjectData instantiateObject:] | 339 fun:-[NSIBObjectData instantiateObject:] |
340 fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] | 340 fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] |
341 fun:-[NSNib instantiateNibWithExternalNameTable:] | 341 fun:-[NSNib instantiateNibWithExternalNameTable:] |
342 fun:-[NSNib instantiateNibWithOwner:topLevelObjects:] | 342 fun:-[NSNib instantiateNibWithOwner:topLevelObjects:] |
343 fun:_Z29WillInitializeMainMessageLoopRK18MainFunctionParams | 343 fun:_ZN19BrowserMainPartsMac23PreMainMessageLoopStartEv |
344 } | 344 } |
345 { | 345 { |
346 bug_20582 | 346 bug_20582 |
347 Memcheck:Leak | 347 Memcheck:Leak |
348 fun:_Znw* | 348 fun:_Znw* |
349 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil
eDescriptorWatcherEPNS0_7WatcherE | 349 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil
eDescriptorWatcherEPNS0_7WatcherE |
350 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum
pLibevent21FileDescriptorWatcherEPNS2_7WatcherE | 350 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum
pLibevent21FileDescriptorWatcherEPNS2_7WatcherE |
351 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv | 351 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv |
352 } | 352 } |
353 { | 353 { |
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1584 fun:_ZN6Pickle8FindNextEmPKcS1_ | 1584 fun:_ZN6Pickle8FindNextEmPKcS1_ |
1585 fun:_ZN3IPC7Message8FindNextEPKcS2_ | 1585 fun:_ZN3IPC7Message8FindNextEPKcS2_ |
1586 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv | 1586 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv |
1587 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi | 1587 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi |
1588 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou
tBlockingEiPS0_ | 1588 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou
tBlockingEiPS0_ |
1589 fun:event_process_active | 1589 fun:event_process_active |
1590 fun:event_base_loop | 1590 fun:event_base_loop |
1591 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE | 1591 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
1592 fun:_ZN11MessageLoop11RunInternalEv | 1592 fun:_ZN11MessageLoop11RunInternalEv |
1593 } | 1593 } |
OLD | NEW |