Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index dc9850bca178138a611b818fed993b80b3e432a0..2d484d083d264247c54896a7e1ff9d26f9ae3c4d 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -23,7 +23,7 @@
bug_9351
Memcheck:Leak
...
- fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_
+ fun:_ZN12HALCADClient19AddPropertyListenerE*26AudioObjectPropertyAddressP*
...
fun:_ZN9HALSystem16CheckOutInstanceEv
...
@@ -105,6 +105,30 @@
fun:CoreCursorSet
fun:-[NSCursor set]
}
+{
+ bug_379331
+ Memcheck:Uninitialized
+ fun:x_zone_size
+ fun:find_registered_purgeable_zone
+ fun:malloc_make_purgeable
+ ...
+ fun:setCursorFromBundle
+ fun:CoreCursorSet
+ fun:-[NSCursor set]
+ fun:_ZN12_GLOBAL__N_116ForceSystemLeaksEv
+}
+{
+ FIXME initImagePng leaks from an unknown module
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CFNumberCreate
+ fun:get_colorspace
+ fun:initImagePng
+ obj:*
+ obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
+ obj:/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
+}
# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.
@@ -198,9 +222,9 @@
Memcheck:Leak
fun:calloc
fun:_internal_class_createInstanceFromZone
- fun:_internal_class_createInstance
+ ...
fun:NSAllocateObject
- fun:+[NSObject(NSObject) alloc]
+ ...
fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:]
fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14CaptureApiTypeE
fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4NameE

Powered by Google App Engine
This is Rietveld 408576698