| 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. |
| 11 #----------------------------------------------------------------------- | 11 #----------------------------------------------------------------------- |
| 12 | 12 |
| 13 # 1. Third party stuff we have no control over. | 13 # 1. Third party stuff we have no control over. |
| 14 { | 14 { |
| 15 FIXME mac kevent libevent probably needs valgrind hooks | 15 FIXME mac kevent libevent probably needs valgrind hooks |
| 16 Memcheck:Param | 16 Memcheck:Param |
| 17 kevent(changelist) | 17 kevent(changelist) |
| 18 fun:kevent | 18 fun:kevent |
| 19 fun:event_base_new | 19 fun:event_base_new |
| 20 } | 20 } |
| 21 { | 21 { |
| 22 # CoreAudio leak. See http://crbug.com/9351 | 22 # CoreAudio leak. See http://crbug.com/9351 |
| 23 bug_9351 | 23 bug_9351 |
| 24 Memcheck:Leak | 24 Memcheck:Leak |
| 25 ... | 25 ... |
| 26 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl
mmS2_PvES3_ | 26 fun:_ZN12HALCADClient19AddPropertyListenerE*26AudioObjectPropertyAddressP* |
| 27 ... | 27 ... |
| 28 fun:_ZN9HALSystem16CheckOutInstanceEv | 28 fun:_ZN9HALSystem16CheckOutInstanceEv |
| 29 ... | 29 ... |
| 30 } | 30 } |
| 31 { | 31 { |
| 32 bug_18215 | 32 bug_18215 |
| 33 Memcheck:Uninitialized | 33 Memcheck:Uninitialized |
| 34 fun:_DPSNextEvent | 34 fun:_DPSNextEvent |
| 35 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] | 35 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] |
| 36 fun:-[NSApplication run] | 36 fun:-[NSApplication run] |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 # run of each reboot. See also issues 105525, 257276, 340847. | 98 # run of each reboot. See also issues 105525, 257276, 340847. |
| 99 { | 99 { |
| 100 bug_257276_b | 100 bug_257276_b |
| 101 Memcheck:Leak | 101 Memcheck:Leak |
| 102 fun:malloc_zone_malloc | 102 fun:malloc_zone_malloc |
| 103 ... | 103 ... |
| 104 fun:setCursorFromBundle | 104 fun:setCursorFromBundle |
| 105 fun:CoreCursorSet | 105 fun:CoreCursorSet |
| 106 fun:-[NSCursor set] | 106 fun:-[NSCursor set] |
| 107 } | 107 } |
| 108 { |
| 109 bug_379331 |
| 110 Memcheck:Uninitialized |
| 111 fun:x_zone_size |
| 112 fun:find_registered_purgeable_zone |
| 113 fun:malloc_make_purgeable |
| 114 ... |
| 115 fun:setCursorFromBundle |
| 116 fun:CoreCursorSet |
| 117 fun:-[NSCursor set] |
| 118 fun:_ZN12_GLOBAL__N_116ForceSystemLeaksEv |
| 119 } |
| 120 { |
| 121 FIXME initImagePng leaks from an unknown module |
| 122 Memcheck:Leak |
| 123 fun:malloc_zone_malloc |
| 124 fun:_CFRuntimeCreateInstance |
| 125 fun:CFNumberCreate |
| 126 fun:get_colorspace |
| 127 fun:initImagePng |
| 128 obj:* |
| 129 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/ImageIO |
| 130 obj:/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFounda
tion |
| 131 } |
| 108 | 132 |
| 109 # 2. Intentional unit test errors, stuff that is somehow a false positive | 133 # 2. Intentional unit test errors, stuff that is somehow a false positive |
| 110 # in our own code, or stuff that is so trivial it's not worth fixing. | 134 # in our own code, or stuff that is so trivial it's not worth fixing. |
| 111 { | 135 { |
| 112 # Mac Sandbox test cases are registered in a global map. This code is only | 136 # Mac Sandbox test cases are registered in a global map. This code is only |
| 113 # used in the unit test binary. | 137 # used in the unit test binary. |
| 114 Mac_Sandbox_Intentional_Leak1 | 138 Mac_Sandbox_Intentional_Leak1 |
| 115 Memcheck:Leak | 139 Memcheck:Leak |
| 116 fun:_Znw* | 140 fun:_Znw* |
| 117 fun:_ZN7content8internal19RegisterSandboxTestINS_* | 141 fun:_ZN7content8internal19RegisterSandboxTestINS_* |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 fun:_ZN4base17LoadNativeLibrary* | 215 fun:_ZN4base17LoadNativeLibrary* |
| 192 fun:_ZN3gfx26InitializeStaticGLBindings* | 216 fun:_ZN3gfx26InitializeStaticGLBindings* |
| 193 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* | 217 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* |
| 194 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv | 218 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv |
| 195 } | 219 } |
| 196 { | 220 { |
| 197 bug_380568 | 221 bug_380568 |
| 198 Memcheck:Leak | 222 Memcheck:Leak |
| 199 fun:calloc | 223 fun:calloc |
| 200 fun:_internal_class_createInstanceFromZone | 224 fun:_internal_class_createInstanceFromZone |
| 201 fun:_internal_class_createInstance | 225 ... |
| 202 fun:NSAllocateObject | 226 fun:NSAllocateObject |
| 203 fun:+[NSObject(NSObject) alloc] | 227 ... |
| 204 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] | 228 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] |
| 205 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE | 229 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE |
| 206 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE | 230 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE |
| 207 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv | 231 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv |
| 208 } | 232 } |
| 209 { | 233 { |
| 210 bug_385604_b | 234 bug_385604_b |
| 211 Memcheck:Leak | 235 Memcheck:Leak |
| 212 fun:calloc | 236 fun:calloc |
| 213 fun:_ZN18hb_object_header_t6createEj | 237 fun:_ZN18hb_object_header_t6createEj |
| (...skipping 28 matching lines...) Expand all Loading... |
| 242 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev | 266 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev |
| 243 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl
uginLaunchFailed_TestEE10CreateTestEv | 267 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl
uginLaunchFailed_TestEE10CreateTestEv |
| 244 } | 268 } |
| 245 { | 269 { |
| 246 bug_437807 | 270 bug_437807 |
| 247 Memcheck:Leak | 271 Memcheck:Leak |
| 248 ... | 272 ... |
| 249 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString | 273 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString |
| 250 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv | 274 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv |
| 251 } | 275 } |
| OLD | NEW |