summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-29 18:26:47 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-29 18:26:47 +0000
commit61239c336e4d30a20ac4a7fd57ff4e604754c52a (patch)
tree098242c3866adb77071e811d67ea872d2885c56e /tools
parentd46926676d2815a4334d4aa86cccf62072c0ad32 (diff)
downloadchromium_src-61239c336e4d30a20ac4a7fd57ff4e604754c52a.zip
chromium_src-61239c336e4d30a20ac4a7fd57ff4e604754c52a.tar.gz
chromium_src-61239c336e4d30a20ac4a7fd57ff4e604754c52a.tar.bz2
Add two ui_test valgrind suppressions, fix one old one
Review URL: http://codereview.chromium.org/99169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 9ef06b1..57d0b5d 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -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
+}