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

Unified Diff: tools/valgrind/suppressions.txt

Issue 155152: Rejigger a few suppressions to fire properly on the buildbots.... (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 20036)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -421,6 +421,18 @@
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
Memcheck:Leak
@@ -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
+}
« 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