summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authordank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 17:21:51 +0000
committerdank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 17:21:51 +0000
commitdf39f6702088e67affba1f57ab80811dd7a8eb56 (patch)
treea1387e7177431a9a2e5001db270111034ec1a06c /tools/valgrind
parent4c540ee5ff0b163f594911c1e507cdf386771415 (diff)
downloadchromium_src-df39f6702088e67affba1f57ab80811dd7a8eb56.zip
chromium_src-df39f6702088e67affba1f57ab80811dd7a8eb56.tar.gz
chromium_src-df39f6702088e67affba1f57ab80811dd7a8eb56.tar.bz2
Widen a couple suppressions, add a few more.
TEST=none BUG=12863,16093,16102,16103,16104 Review URL: http://codereview.chromium.org/155144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/suppressions.txt31
1 files changed, 29 insertions, 2 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 5f3e550..3592a4d 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -626,7 +626,6 @@
fun:_ZN6TabGtkC1EPNS_11TabDelegateE
fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib
fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb
- fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsibjb
}
{
# very common in ui tests
@@ -666,10 +665,10 @@
}
{
# very common in ui tests
+ # two different leaks here, one common, one uncommon.
bug_16093
Memcheck:Leak
...
- fun:getaddrinfo
fun:_ZN3netL16HostResolverProcERKSsPP8addrinfo
fun:_ZN3netL15ResolveAddrInfoEPNS_10HostMapperERKSsPP8addrinfo
fun:_ZN3net12HostResolver3Job8DoLookupEv
@@ -696,3 +695,31 @@
fun:_Z12StringPrintfPKcz
fun:_ZN12_GLOBAL__N_112WorkerThread10ThreadMainEv
}
+{
+ # Somewhat common in ui tests. See also bug 9245.
+ bug_16102
+ Memcheck:Leak
+ fun:realloc
+ fun:FcPatternObjectInsertElt
+ fun:FcConfigPatternAdd
+ fun:FcConfigSubstituteWithPat
+ fun:FcFontRenderPrepare
+ fun:FcFontSetMatch
+ fun:FcFontMatch
+}
+{
+ bug_16103
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN20ShownSectionsHandler22HandleGetShownSectionsEPK5Value
+ fun:_ZN12CallbackImplI20ShownSectionsHandlerMS0_FvPK5ValueE6Tuple1IS3_EE13RunWithParamsERKS7_
+ fun:_ZN5DOMUI19ProcessDOMUIMessageERKSsS1_ib
+ fun:_ZN11TabContents19ProcessDOMUIMessageERKSsS1_ib
+}
+{
+ bug_16104
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6vectorIP13PageUsageDataSaIS7_EE
+ fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18CancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S1_I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi
+}