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

Unified Diff: tools/valgrind/suppressions.txt

Issue 149250: Suppress a wad of valgrind warnings that happen in nearly every ui test.... (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 19956)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -609,3 +609,90 @@
fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj
fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj
}
+{
+ # very common in ui tests
+ bug_12863
+ Memcheck:Leak
+ fun:malloc
+ fun:g_malloc
+ fun:g_slice_alloc
+ fun:g_slice_alloc0
+ fun:g_type_create_instance
+ fun:g_object_constructor
+ fun:g_object_newv
+ fun:g_object_new_valist
+ fun:g_object_new
+ fun:gtk_event_box_new
+ fun:_ZN6TabGtkC1EPNS_11TabDelegateE
+ fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib
+ fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb
+ fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsibjb
+}
+{
+ # very common in ui tests
+ bug_16089
+ Memcheck:Leak
+ fun:*
+ fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
+ fun:_ZN10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb
+ fun:_ZN3net12HostResolver3Job5StartEv
+}
+{
+ # very common in ui tests
+ bug_16091
+ Memcheck:Leak
+ fun:*
+ fun:_ZNSt6vectorIPN11MessageLoop19DestructionObserverESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
+ fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE
+ fun:_ZN4base20WaitableEventWatcher13StartWatchingEPNS_13WaitableEventEPNS0_8DelegateE
+ fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
+}
+{
+ # very common in ui tests
+ bug_16092
+ Memcheck:Leak
+ fun:*
+ fun:_ZN11MessageLoopC1ENS_4TypeE
+ fun:_ZN4base6Thread10ThreadMainEv
+}
+{
+ # very common in ui tests
+ bug_16092b
+ Memcheck:Leak
+ fun:*
+ fun:_ZNSt11_Deque_baseIN11MessageLoop11PendingTaskESaIS1_EE17_M_initialize_mapEj
+ fun:_ZN11MessageLoopC1ENS_4TypeE
+ fun:_ZN4base6Thread10ThreadMainEv
+}
+{
+ # very common in ui tests
+ bug_16093
+ Memcheck:Leak
+ ...
+ fun:getaddrinfo
+ fun:_ZN3netL16HostResolverProcERKSsPP8addrinfo
+ fun:_ZN3netL15ResolveAddrInfoEPNS_10HostMapperERKSsPP8addrinfo
+ fun:_ZN3net12HostResolver3Job8DoLookupEv
+}
+{
+ # very common in ui tests
+ bug_16095
+ Memcheck:Leak
+ ...
+ fun:_ZN11MessageLoop21AddToDelayedWorkQueueERKNS_11PendingTaskE
+ fun:_ZN11MessageLoop6DoWorkEv
+}
+{
+ # very common in ui tests
+ bug_16096
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
+ fun:_ZNSs4_Rep8_M_cloneERKSaIcEj
+ fun:_ZNSs7reserveEj
+ fun:_ZNSs6appendEPKcj
+ fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc
+ fun:_Z13StringAppendVPSsPKcPc
+ fun:_Z12StringPrintfPKcz
+ fun:_ZN12_GLOBAL__N_112WorkerThread10ThreadMainEv
+}
« 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