Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: tools/valgrind/suppressions.txt

Issue 99220: Add a few more suppressions for ui tests that hidden until yesterday... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/suppressions.txt
===================================================================
--- tools/valgrind/suppressions.txt (revision 14945)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698