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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 ... | 92 ... |
93 fun:png_write_find_filter | 93 fun:png_write_find_filter |
94 fun:_cg_png_write_row | 94 fun:_cg_png_write_row |
95 fun:writeOnePng | 95 fun:writeOnePng |
96 fun:_CGImagePluginWritePNG | 96 fun:_CGImagePluginWritePNG |
97 fun:CGImageDestinationFinalize | 97 fun:CGImageDestinationFinalize |
98 fun:+[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImage
RepsInArray:usingType:properties:] | 98 fun:+[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImage
RepsInArray:usingType:properties:] |
99 fun:-[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingTy
pe:properties:] | 99 fun:-[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingTy
pe:properties:] |
100 fun:_ZN3gfx8internal24Get1xPNGBytesFromNSImageEP7NSImage | 100 fun:_ZN3gfx8internal24Get1xPNGBytesFromNSImageEP7NSImage |
101 } | 101 } |
102 { | |
103 # See http://crbug.com/385604 | |
104 bug_385604_a | |
105 Memcheck:Leak | |
106 fun:_Znw* | |
107 fun:_ZNK11AEEventImpl9duplicateEv | |
108 fun:AESendMessage | |
109 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ | |
110 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ | |
111 fun:__CFMachPortPerform | |
112 fun:__CFRunLoopRun | |
113 ... | |
114 } | |
115 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first | 102 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first |
116 # run of each reboot. See also issues 105525, 257276, 340847. | 103 # run of each reboot. See also issues 105525, 257276, 340847. |
117 { | 104 { |
118 bug_257276 | 105 bug_257276 |
119 Memcheck:Leak | 106 Memcheck:Leak |
120 ... | 107 ... |
121 fun:ripc_DrawPath | 108 fun:ripc_DrawPath |
122 fun:CGContextDrawPath | 109 fun:CGContextDrawPath |
123 } | 110 } |
124 { | 111 { |
(...skipping 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2471 fun:calloc | 2458 fun:calloc |
2472 fun:_internal_class_createInstanceFromZone | 2459 fun:_internal_class_createInstanceFromZone |
2473 fun:_internal_class_createInstance | 2460 fun:_internal_class_createInstance |
2474 fun:NSAllocateObject | 2461 fun:NSAllocateObject |
2475 fun:+[NSObject(NSObject) alloc] | 2462 fun:+[NSObject(NSObject) alloc] |
2476 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] | 2463 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] |
2477 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE | 2464 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE |
2478 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE | 2465 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE |
2479 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv | 2466 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv |
2480 } | 2467 } |
2481 { | |
2482 bug_385604_b | |
2483 Memcheck:Leak | |
2484 fun:calloc | |
2485 fun:_ZN18hb_object_header_t6createEj | |
2486 fun:_ZL16hb_object_createI9hb_face_tEPT_v | |
2487 fun:hb_face_create_for_tables | |
2488 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface | |
2489 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei | |
2490 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE | |
2491 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv | |
2492 fun:_ZN3gfx41RenderTextTest_HarfBuzz_RunDirection_Test8TestBodyEv | |
2493 } | |
OLD | NEW |