diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 01:58:58 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 01:58:58 +0000 |
commit | 0a36df31bd4db60670e25fc6008022d4b3b14606 (patch) | |
tree | 4d32b305f7011a7a7baa1d11235af8e3007e682d /tools | |
parent | c127a579fded624949d693ffe54a81bf7f8aff80 (diff) | |
download | chromium_src-0a36df31bd4db60670e25fc6008022d4b3b14606.zip chromium_src-0a36df31bd4db60670e25fc6008022d4b3b14606.tar.gz chromium_src-0a36df31bd4db60670e25fc6008022d4b3b14606.tar.bz2 |
[Sync] Use RenderViewHostHarness in SyncInternalsUI tests to avoid leaks
BUG=71582
Review URL: http://codereview.chromium.org/6442001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 13 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 14 |
2 files changed, 0 insertions, 27 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 205e34f..1e53b47 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1195,19 +1195,6 @@ fun:ProfileSyncService } { - bug_71582 - Heapcheck:Leak - ... - fun:SiteInstance::GetProcess - fun:RenderViewHost - fun:RenderViewHostFactory::Create - fun:RenderViewHostManager::Init - fun:TabContents - fun:TestTabContents - fun:SyncInternalsUITest - fun:SyncInternalsUITest_* -} -{ bug_71728a Heapcheck:Leak fun:__gnu_cxx::new_allocator::allocate diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index efd5042..4459b61 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3731,20 +3731,6 @@ fun:_ZN19RenderMessageFilter17DoOnGetWindowRectEiPN3IPC7MessageE } { - bug_71582 - Memcheck:Leak - fun:_Znw* - ... - fun:_ZN12SiteInstance10GetProcessEv - ... - fun:_ZN14RenderViewHostC1EP12SiteInstanceP22RenderViewHostDelegateiP23SessionStorageNamespace - fun:_ZN21RenderViewHostFactory6CreateEP12SiteInstanceP22RenderViewHostDelegateiP23SessionStorageNamespace - fun:_ZN21RenderViewHostManager4InitEP7ProfileP12SiteInstancei - fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespace - ... - fun:_ZN7testing8TestInfo3RunEv -} -{ bug_71728 Memcheck:Leak fun:_Znw* |