| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 Memcheck:Leak | 87 Memcheck:Leak |
| 88 fun:_Znw* | 88 fun:_Znw* |
| 89 fun:_ZNK11AEEventImpl9duplicateEv | 89 fun:_ZNK11AEEventImpl9duplicateEv |
| 90 fun:AESendMessage | 90 fun:AESendMessage |
| 91 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ | 91 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ |
| 92 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ | 92 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ |
| 93 fun:__CFMachPortPerform | 93 fun:__CFMachPortPerform |
| 94 fun:__CFRunLoopRun | 94 fun:__CFRunLoopRun |
| 95 ... | 95 ... |
| 96 } | 96 } |
| 97 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first |
| 98 # run of each reboot. See also issues 105525, 257276, 340847. |
| 99 { |
| 100 bug_257276_b |
| 101 Memcheck:Leak |
| 102 fun:malloc_zone_malloc |
| 103 ... |
| 104 fun:setCursorFromBundle |
| 105 fun:CoreCursorSet |
| 106 fun:-[NSCursor set] |
| 107 } |
| 97 | 108 |
| 98 # 2. Intentional unit test errors, stuff that is somehow a false positive | 109 # 2. Intentional unit test errors, stuff that is somehow a false positive |
| 99 # in our own code, or stuff that is so trivial it's not worth fixing. | 110 # in our own code, or stuff that is so trivial it's not worth fixing. |
| 100 { | 111 { |
| 101 # Mac Sandbox test cases are registered in a global map. This code is only | 112 # Mac Sandbox test cases are registered in a global map. This code is only |
| 102 # used in the unit test binary. | 113 # used in the unit test binary. |
| 103 Mac_Sandbox_Intentional_Leak1 | 114 Mac_Sandbox_Intentional_Leak1 |
| 104 Memcheck:Leak | 115 Memcheck:Leak |
| 105 fun:_Znw* | 116 fun:_Znw* |
| 106 fun:_ZN7content8internal19RegisterSandboxTestINS_* | 117 fun:_ZN7content8internal19RegisterSandboxTestINS_* |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 { | 166 { |
| 156 bug_159190 | 167 bug_159190 |
| 157 Memcheck:Uninitialized | 168 Memcheck:Uninitialized |
| 158 ... | 169 ... |
| 159 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm | 170 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm |
| 160 ... | 171 ... |
| 161 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb | 172 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb |
| 162 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph | 173 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph |
| 163 } | 174 } |
| 164 { | 175 { |
| 176 bug_173779 |
| 177 Memcheck:Uninitialized |
| 178 ... |
| 179 fun:img_data_lock |
| 180 fun:CGSImageDataLock |
| 181 fun:ripc_AcquireImage |
| 182 fun:ripc_DrawImage* |
| 183 fun:CGContextDrawImage* |
| 184 ... |
| 185 fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_ |
| 186 } |
| 187 { |
| 165 bug_340726 | 188 bug_340726 |
| 166 Memcheck:Leak | 189 Memcheck:Leak |
| 167 fun:_Znw* | 190 fun:_Znw* |
| 168 fun:_ZN4base17LoadNativeLibrary* | 191 fun:_ZN4base17LoadNativeLibrary* |
| 169 fun:_ZN3gfx26InitializeStaticGLBindings* | 192 fun:_ZN3gfx26InitializeStaticGLBindings* |
| 170 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* | 193 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* |
| 171 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv | 194 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv |
| 172 } | 195 } |
| 173 { | 196 { |
| 174 bug_380568 | 197 bug_380568 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_ | 231 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_ |
| 209 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEEixERS8_ | 232 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEEixERS8_ |
| 210 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEiRKNS_13TaskSt
opwatchE | 233 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEiRKNS_13TaskSt
opwatchE |
| 211 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas
e12TrackingInfoERKNS_13TaskStopwatchE | 234 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas
e12TrackingInfoERKNS_13TaskStopwatchE |
| 212 fun:_ZN4base5debug13TaskAnnotator7RunTaskEPKcS3_RKNS_11PendingTaskE | 235 fun:_ZN4base5debug13TaskAnnotator7RunTaskEPKcS3_RKNS_11PendingTaskE |
| 213 fun:_ZN4base11MessageLoop7RunTaskERKNS_11PendingTaskE | 236 fun:_ZN4base11MessageLoop7RunTaskERKNS_11PendingTaskE |
| 214 fun:_ZN4base11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 237 fun:_ZN4base11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
| 215 fun:_ZN4base11MessageLoop6DoWorkEv | 238 fun:_ZN4base11MessageLoop6DoWorkEv |
| 216 } | 239 } |
| 217 | 240 |
| OLD | NEW |