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

Unified Diff: tools/valgrind/suppressions.txt

Issue 99169: Add two ui_test valgrind suppressions, fix one old one (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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.txt
===================================================================
--- tools/valgrind/suppressions.txt (revision 14819)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -503,6 +503,7 @@
{
# See http://crbug.com/11116
bug_11116b
+ Memcheck:Leak
fun:_Znwj
fun:_ZN11ChildThread14OnChannelErrorEv
fun:_ZN3IPC12ChannelProxy7Context15OnDispatchErrorEv
@@ -516,3 +517,22 @@
...
fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb
}
+{
+ # See http://crbug.com/11139
+ bug_11139
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi
+}
+{
+ # See http://crbug.com/11144
+ # This suppression is loose enough to match at least two message leaks
+ bug_11144
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
+ fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
+ fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
+ fun:_ZN11ChildThread4SendEPN3IPC7MessageE
+ fun:_ZN12RenderThread4SendEPN3IPC7MessageE
+}
« 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