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

Unified Diff: tools/valgrind/suppressions.txt

Issue 99163: One new, three loosened ui test valgrind suppressions (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 14754)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -165,7 +165,19 @@
fun:sqlite3VdbeExec
fun:sqlite3*tep
}
+# SQLite intentionally leaks a little memory in findLockInfo() in sqlite3_open
+# Newer versions don't do this.
+# See http://www.mail-archive.com/sqlite-users@sqlite.org/msg02334.html
+# and http://www.mail-archive.com/sqlite-users@sqlite.org/msg30449.html
{
+ sqlite_open_leak
+ Memcheck:Leak
+ ...
+ fun:findLockInfo
+ fun:unixOpen
+ fun:sqlite3OsOpen
+}
+{
libevent does not provide a way to clean up unused oneshot timers at exit
Memcheck:Leak
fun:calloc
@@ -333,7 +345,7 @@
# This is the -O1 case
bug_6532b
Memcheck:Leak
- fun:_Znwj
+ ...
fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv
fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
}
@@ -379,9 +391,6 @@
bug_10738
Memcheck:Leak
...
- fun:_ZN22RendererSecurityPolicy15GrantRequestURLEiRK4GURL
- fun:_ZN14RenderViewHost15NavigateToEntryERK15NavigationEntryb
- ...
fun:_ZN20NavigationController22NavigateToPendingEntryEb
fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
@@ -412,17 +421,8 @@
Memcheck:Leak
fun:_Znwj
fun:_ZN18TabContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost
- 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
« 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