diff options
author | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 00:58:06 +0000 |
---|---|---|
committer | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 00:58:06 +0000 |
commit | be20c1e89c051da55c3c3280d95aa0329f5606e1 (patch) | |
tree | 4ae43d6b7ee52dde304fa98eb23e02a3fe6e20fd /tools | |
parent | 7d7c8c0dbd381532d4c0137056ac2809289eac97 (diff) | |
download | chromium_src-be20c1e89c051da55c3c3280d95aa0329f5606e1.zip chromium_src-be20c1e89c051da55c3c3280d95aa0329f5606e1.tar.gz chromium_src-be20c1e89c051da55c3c3280d95aa0329f5606e1.tar.bz2 |
Make suppression for bug 10782 less specific so it matches both -O0 and -O1.
Review URL: http://codereview.chromium.org/92054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/suppressions.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt index 2c649bf..091435d 100644 --- a/tools/valgrind/suppressions.txt +++ b/tools/valgrind/suppressions.txt @@ -436,14 +436,8 @@ 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 } |