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

Unified Diff: tools/valgrind/suppressions.txt

Issue 155144: Widen a couple suppressions, add a few more.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 20025)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -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
+}
« 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