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 5924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5935 } | 5935 } |
5936 { | 5936 { |
5937 bug_118196_b | 5937 bug_118196_b |
5938 Memcheck:Leak | 5938 Memcheck:Leak |
5939 fun:_Znw* | 5939 fun:_Znw* |
5940 ... | 5940 ... |
5941 fun:_ZNK20PasswordStoreFactory23BuildServiceInstanceForEP7Profile | 5941 fun:_ZNK20PasswordStoreFactory23BuildServiceInstanceForEP7Profile |
5942 fun:_ZN23ProfileKeyedBaseFactory17GetBaseForProfileEP7Profileb | 5942 fun:_ZN23ProfileKeyedBaseFactory17GetBaseForProfileEP7Profileb |
5943 fun:_ZN20PasswordStoreFactory13GetForProfileEP7ProfileNS0_17ServiceAccessType
E | 5943 fun:_ZN20PasswordStoreFactory13GetForProfileEP7ProfileNS0_17ServiceAccessType
E |
5944 } | 5944 } |
| 5945 { |
| 5946 bug_118203 |
| 5947 Memcheck:Leak |
| 5948 fun:_Znw* |
| 5949 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St
4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E |
| 5950 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState
BlobEv |
| 5951 fun:_ZN12invalidation22InvalidationClientImpl5StartEv |
| 5952 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_RKSt3mapIN8s
yncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleI
NS_26InvalidationVersionTrackerEEEPNS0_8ListenerEPNS_11StateWriterEN4base7WeakPt
rIN4buzz23XmppTaskParentInterfaceEEE |
| 5953 } |
5945 | 5954 |
5946 #----------------------------------------------------------------------- | 5955 #----------------------------------------------------------------------- |
5947 # 4. These only occur on our Google workstations | 5956 # 4. These only occur on our Google workstations |
5948 | 5957 |
5949 { | 5958 { |
5950 bug_todo_getdelim | 5959 bug_todo_getdelim |
5951 Memcheck:Leak | 5960 Memcheck:Leak |
5952 fun:malloc | 5961 fun:malloc |
5953 fun:getdelim | 5962 fun:getdelim |
5954 ... | 5963 ... |
(...skipping 16 matching lines...) Expand all Loading... |
5971 obj:/bin/grep | 5980 obj:/bin/grep |
5972 obj:/bin/grep | 5981 obj:/bin/grep |
5973 } | 5982 } |
5974 { | 5983 { |
5975 bug_117789 | 5984 bug_117789 |
5976 Memcheck:Uninitialized | 5985 Memcheck:Uninitialized |
5977 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC
ollectorEPKcS5_ | 5986 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC
ollectorEPKcS5_ |
5978 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc | 5987 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc |
5979 ... | 5988 ... |
5980 } | 5989 } |
OLD | NEW |