summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-30 17:32:18 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-30 17:32:18 +0000
commit4b77038ebde3dadd45939b171b181b901544236e (patch)
treee799e7c097e87a7621600d12090852340866ff57 /tools
parent474c903fbae02eb35862c59367c66438a9ec0362 (diff)
downloadchromium_src-4b77038ebde3dadd45939b171b181b901544236e.zip
chromium_src-4b77038ebde3dadd45939b171b181b901544236e.tar.gz
chromium_src-4b77038ebde3dadd45939b171b181b901544236e.tar.bz2
Add a few more suppressions for ui tests that hidden until yesterday
by a crash. Review URL: http://codereview.chromium.org/99220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt39
1 files changed, 29 insertions, 10 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 57d0b5d..3e830be 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -387,15 +387,6 @@
fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
}
{
- # real leak; see http://crbug.com/10738
- bug_10738
- Memcheck:Leak
- ...
- fun:_ZN20NavigationController22NavigateToPendingEntryEb
- fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
- fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
-}
-{
# see http://crbug.com/10737
bug_10737
Memcheck:Leak
@@ -408,6 +399,23 @@
fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
}
{
+ # real leak; see http://crbug.com/10738
+ bug_10738
+ Memcheck:Leak
+ ...
+ fun:_ZN20NavigationController22NavigateToPendingEntryEb
+ fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
+ fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
+}
+{
+ # Another variant of http://crbug.com/10738
+ bug_10738b
+ Memcheck:Leak
+ fun:_Znwj
+ ...
+ fun:_ZN22RendererSecurityPolicy15GrantRequestURLEiRK4GURL
+}
+{
# see http://crbug.com/10747
bug_10747
Memcheck:Leak
@@ -506,7 +514,6 @@
Memcheck:Leak
fun:_Znwj
fun:_ZN11ChildThread14OnChannelErrorEv
- fun:_ZN3IPC12ChannelProxy7Context15OnDispatchErrorEv
}
{
# See http://crbug.com/11117
@@ -536,3 +543,15 @@
fun:_ZN11ChildThread4SendEPN3IPC7MessageE
fun:_ZN12RenderThread4SendEPN3IPC7MessageE
}
+{
+ # See http://crbug.com/11213
+ bug_11213
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceHandleClientEPNS_5FrameEbbb
+ fun:_ZN7WebCore14ResourceLoader4loadERKNS_15ResourceRequestE
+ fun:_ZN7WebCore17SubresourceLoader6createEPNS_5FrameEPNS_23SubresourceLoaderClientERKNS_15ResourceRequestEbbb
+ fun:_ZN7WebCore6Loader4Host20servePendingRequestsERN3WTF5DequeIPNS_7RequestEEERb
+ fun:_ZN7WebCore6Loader4Host20servePendingRequestsENS0_8PriorityE
+ fun:_ZN7WebCore6Loader4loadEPNS_9DocLoaderEPNS_14CachedResourceEbbb
+}