summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 17:51:27 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 17:51:27 +0000
commite0b4782dacc06b963a93e12d4bef057641163a4c (patch)
treeeefad366ef7375e1c4f18bae898449b258c186ee /tools
parentb647e0b22430373766687242da51ee1453a19558 (diff)
downloadchromium_src-e0b4782dacc06b963a93e12d4bef057641163a4c.zip
chromium_src-e0b4782dacc06b963a93e12d4bef057641163a4c.tar.gz
chromium_src-e0b4782dacc06b963a93e12d4bef057641163a4c.tar.bz2
Rebase valgrind suppressions, add one for http://crbug.com/11130
Review URL: http://codereview.chromium.org/100341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 3e830be..70bcef0 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -174,7 +174,7 @@
Memcheck:Leak
...
fun:findLockInfo
- fun:unixOpen
+ ...
fun:sqlite3OsOpen
}
{
@@ -519,12 +519,25 @@
# See http://crbug.com/11117
bug_11117
Memcheck:Leak
- fun:_Znwj
+ ...
fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
...
fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb
}
{
+ # See http://crbug.com/11130
+ bug_11130
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvPNS0_7MessageEES4_EP14CancelableTaskPT_T0_RKT1_
+ fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
+ fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
+ fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
+ fun:_ZN11ChildThread4SendEPN3IPC7MessageE
+ fun:_ZN12RenderThread4SendEPN3IPC7MessageE
+ fun:_ZN19AppCacheContextImpl19UnInitializeContextEv
+}
+{
# See http://crbug.com/11139
bug_11139
Memcheck:Leak