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

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

Issue 601143002: Valgrind Mac: Restore a couple suppressions that are still active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index c5e11d6e7c6352d7a4232a91f7b8549688358d14..66885a4f6ba8abd3968825a76738a7504c765ddb 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -94,6 +94,17 @@
fun:__CFRunLoopRun
...
}
+# Intentional leaks in AppKit, for an OS-level cache. Only appear on the first
+# run of each reboot. See also issues 105525, 257276, 340847.
+{
+ bug_257276_b
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ ...
+ fun:setCursorFromBundle
+ fun:CoreCursorSet
+ fun:-[NSCursor set]
+}
# 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.
@@ -162,6 +173,18 @@
fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph
}
{
+ bug_173779
+ Memcheck:Uninitialized
+ ...
+ fun:img_data_lock
+ fun:CGSImageDataLock
+ fun:ripc_AcquireImage
+ fun:ripc_DrawImage*
+ fun:CGContextDrawImage*
+ ...
+ fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_
+}
+{
bug_340726
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698