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

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

Issue 8681022: Valgrind: Suppress a new variation of a libpng error and widen the mac LoadLibrary suppression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 111435)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2765,6 +2765,15 @@
fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv
}
{
+ bug_63671_b
+ Memcheck:Param
+ write(buf)
+ ...
+ fun:_ZN9file_util9WriteFileERK8FilePathPKci
+ fun:_ZN12_GLOBAL__N_110SaveBitmapEPSt6vectorIhSaIhEE8FilePathPb
+ fun:_ZN4base8internal15RunnableAdapterIPFvPSt6vectorIhSaIhEE8FilePathPbEE3RunERKS5_RKS6_RKS7_
+}
+{
bug_64804
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698