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

Unified Diff: tools/valgrind/suppressions_mac.txt

Issue 149129: Suppress valgrind errors in Apple libraries... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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/suppressions_mac.txt
===================================================================
--- tools/valgrind/suppressions_mac.txt (revision 19805)
+++ tools/valgrind/suppressions_mac.txt (working copy)
@@ -274,3 +274,21 @@
fun:_ZN7testing8UnitTest3RunEv
fun:main
}
+
+{
+ bug_15819
+ Memcheck:Cond
+ fun:_ZNK10CMMMtxOnly10ConvertMinE10CMM3x3Type10CMM3x1TypeR12CMMMinBuffermm
+ ...
+ fun:CGContextDrawImage
+ fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
+}
+
+{
+ bug_15819
+ Memcheck:Value4
+ fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm
+ ...
+ fun:CGContextDrawImage
+ fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
+}
« 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