Commit 53e32fe5 authored by dank@chromium.org's avatar dank@chromium.org

Rejigger a few suppressions to fire properly on the buildbots.

BUG=16096, 10737, 10738
TEST=watch the linux ui buildbots for valgrind warnings; this should make several go away

Review URL: http://codereview.chromium.org/155152

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20050 0039d316-1c4b-4281-b951-d872f2087c98
parent bfbfdabb
......@@ -420,6 +420,18 @@
fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
}
{
   # see http://crbug.com/10737  
   bug_10737  
   Memcheck:Leak  
   fun:calloc  
   fun:g_malloc0  
   fun:g_closure_new_simple  
   fun:g_cclosure_new  
   fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv  
   fun:_ZN16BrowserWindowGtkC1EP7Browser  
   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser  
}
{
# real leak; see http://crbug.com/10738
bug_10738
......@@ -634,7 +646,6 @@
fun:*
fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
fun:_ZN10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb
fun:_ZN3net12HostResolver3Job5StartEv
}
{
# very common in ui tests
......@@ -693,7 +704,6 @@
fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc
fun:_Z13StringAppendVPSsPKcPc
fun:_Z12StringPrintfPKcz
fun:_ZN12_GLOBAL__N_112WorkerThread10ThreadMainEv
}
{
# Somewhat common in ui tests. See also bug 9245.
......@@ -723,3 +733,19 @@
fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6vectorIP13PageUsageDataSaIS7_EE
fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18CancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S1_I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi
}
{
bug_16128
Memcheck:Leak
fun:_Znwj
fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelProxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
fun:_ZN11ChildThread4InitEv
fun:_ZN12RenderThread4InitEv
}
{
bug_16129
Memcheck:Leak
fun:_Znwj
fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkBitmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E
fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi
fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment