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

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

Issue 8989010: Suppresses memory errors in OutOfProcessPPAPITest.VarDeprecated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 115095)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5197,6 +5197,23 @@
fun:dlsym
fun:_ZN4base14PlatformThread7SetNameEPKc
}
+{
+ bug_108146a
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
+}
+{
+ bug_108146b
+ Memcheck:Param
+ write(buf)
+ obj:/lib/tls/i686/cmov/libpthread-2.11.1.so
+ fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
+ fun:_ZN3IPC7Channel4SendEPNS_7MessageE
+ fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
+ fun:_ZN3IPC18SendCallbackHelper4SendEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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