summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-22 23:16:57 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-22 23:16:57 +0000
commit4a53f13475572588fcbfe4fc75309ec4573271eb (patch)
tree708d97ca499de0bd434defd7e7d6217e0133b9ed /tools
parent439a23813d24262f7d66b1d551a6d77db0072722 (diff)
downloadchromium_src-4a53f13475572588fcbfe4fc75309ec4573271eb.zip
chromium_src-4a53f13475572588fcbfe4fc75309ec4573271eb.tar.gz
chromium_src-4a53f13475572588fcbfe4fc75309ec4573271eb.tar.bz2
Valgrind bug suppressions: add bug 10782
This gets the unit tests green again under valgrind http://crbug.com/10782 Review URL: http://codereview.chromium.org/92046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 4c67bdc..2c649bf 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -431,3 +431,19 @@
fun:_ZN14MetricsService17GetPluginListTask3RunEv
fun:_ZN11MessageLoop7RunTaskEP4Task
}
+{
+ # See http://crbug.com/10782
+ bug_10782
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN17RenderProcessHost7ReleaseEi
+ fun:_ZN16RenderWidgetHostD2Ev
+ fun:_ZN14RenderViewHostD2Ev
+ fun:_ZN18TestRenderViewHostD0Ev
+ fun:_ZN16RenderWidgetHost7DestroyEv
+ fun:_ZN16RenderWidgetHost8ShutdownEv
+ fun:_ZN14RenderViewHost8ShutdownEv
+ fun:_ZN21RenderViewHostManagerD1Ev
+ fun:_ZN11WebContentsD1Ev
+ fun:_ZN44SiteInstanceTest_SiteInstanceDestructor_Test8TestBodyEv
+}