diff options
author | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 18:32:00 +0000 |
---|---|---|
committer | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 18:32:00 +0000 |
commit | efea504e6ebfcfc684b93dca41232fbf7bd797c9 (patch) | |
tree | 006275f1b878a320912315708fd5f9fd8b8dea8d /tools | |
parent | 727ed5c1845fdf0c05a2678830aadbb53b10597c (diff) | |
download | chromium_src-efea504e6ebfcfc684b93dca41232fbf7bd797c9.zip chromium_src-efea504e6ebfcfc684b93dca41232fbf7bd797c9.tar.gz chromium_src-efea504e6ebfcfc684b93dca41232fbf7bd797c9.tar.bz2 |
Rebase valgrind suppressions again to deal with more web/tab renames
Should make valgrind ui tests go green again, for 5ms at least.
Review URL: http://codereview.chromium.org/100093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/suppressions.txt | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt index ef13fea..175587d 100644 --- a/tools/valgrind/suppressions.txt +++ b/tools/valgrind/suppressions.txt @@ -309,13 +309,10 @@ bug_6522 Memcheck:Param write(buf) - obj:/lib*/libc-2.7.so ... - fun:_IO_file_xsputn@@GLIBC_2.1 fun:fwrite fun:_ZN12DownloadFile16AppendDataToFileEPKci fun:_ZN19DownloadFileManager14UpdateDownloadEiP14DownloadBuffer - fun:_ZN14RunnableMethodI19DownloadFileManagerMS0_FviP14DownloadBufferE6Tuple2IiS2_EE3RunEv } { # Chromium flakily leaks tasks at shutdown, see @@ -384,7 +381,7 @@ ... fun:_ZN22RendererSecurityPolicy15GrantRequestURLEiRK4GURL fun:_ZN14RenderViewHost15NavigateToEntryERK15NavigationEntryb - fun:_ZN11WebContents22NavigateToPendingEntryEb + ... fun:_ZN20NavigationController22NavigateToPendingEntryEb fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry fun:_ZN20NavigationController7LoadURLERK4GURLS2_j @@ -418,6 +415,14 @@ fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost } { + # yet one more from http://crbug.com/10747 + bug_10747c + Memcheck:Leak + ... + fun:_ZN18TabContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost + fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost +} +{ # see http://crbug.com/10748 bug_10748 Memcheck:Leak @@ -425,16 +430,14 @@ fun:_ZN22RendererSecurityPolicy3AddEi fun:_ZN24BrowserRenderProcessHost4InitEv fun:_ZN14RenderViewHost16CreateRenderViewEv - fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost } { # See http://crbug.com/10755 (1/2) bug_10755 Memcheck:Leak fun:_Znwj - fun:_ZN3IPC12ChannelProxy12RemoveFilterEPNS0_13MessageFilterE + ... fun:_ZN12RenderThread12RemoveFilterEPN3IPC12ChannelProxy13MessageFilterE - fun:_ZN12RenderThread7CleanUpEv } { # See http://crbug.com/10755 (2/2) @@ -490,3 +493,26 @@ fun:_ZN9JPEGCodec6DecodeEPKhjNS_11ColorFormatEPSt6vectorIhSaIhEEPiS7_ fun:_ZN30JPEGCodec_DecodeCorrupted_Test8TestBodyEv } +{ + # See http://crbug.com/11116 + bug_11116a + Memcheck:Leak + fun:_Znwj + fun:_ZN11ChildThread21OnProcessFinalReleaseEv +} +{ + # See http://crbug.com/11116 + bug_11116b + fun:_Znwj + fun:_ZN11ChildThread14OnChannelErrorEv + fun:_ZN3IPC12ChannelProxy7Context15OnDispatchErrorEv +} +{ + # See http://crbug.com/11117 + bug_11117 + Memcheck:Leak + fun:_Znwj + fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE + ... + fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb +} |