From b615763b7b74e4ad1a80797408febef4bc27dbde Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Thu, 25 Aug 2011 12:55:17 +0000 Subject: suppress menu-related CrOS leaks. BUG=94228 TEST=none TBR=sky Review URL: http://codereview.chromium.org/7744022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98219 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 53 ++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index fefa748..d0bb25d 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5388,3 +5388,56 @@ obj:/lib/libselinux.so.1 obj:/lib/libselinux.so.1 } +{ + bug_94228_a + Memcheck:Leak + fun:_Znw* + fun:_ZN5views12MenuItemView13AddMenuItemAtEiiRKSbIwSt11char_traitsIwESaIwEERK8SkBitmapNS0_4TypeE + fun:_ZN5views12MenuItemView18AppendMenuItemImplEiRKSbIwSt11char_traitsIwESaIwEERK8SkBitmapNS0_4TypeE + fun:_ZN5views12MenuItemView23AppendMenuItemFromModelEPN2ui9MenuModelEii + fun:_ZN5views16MenuModelAdapter13BuildMenuImplEPNS_12MenuItemViewEPN2ui9MenuModelE + fun:_ZN5views16MenuModelAdapter13BuildMenuImplEPNS_12MenuItemViewEPN2ui9MenuModelE + fun:_ZN5views16MenuModelAdapter9BuildMenuEPNS_12MenuItemViewE + fun:_ZN8chromeos11NetworkMenu10UpdateMenuEv + fun:_ZN8chromeos17NetworkMenuButton23OnNetworkManagerChangedEPNS_14NetworkLibraryE + fun:_ZN8chromeos17NetworkMenuButtonC1EPNS_14StatusAreaHostE +} +{ + bug_94228_b + Memcheck:Leak + fun:_Znw* + fun:_ZN5views12MenuItemView13CreateSubmenuEv + fun:_ZN5views12MenuItemView13AddMenuItemAtEiiRKSbIwSt11char_traitsIwESaIwEERK8SkBitmapNS0_4TypeE + fun:_ZN5views12MenuItemView18AppendMenuItemImplEiRKSbIwSt11char_traitsIwESaIwEERK8SkBitmapNS0_4TypeE + fun:_ZN5views12MenuItemView23AppendMenuItemFromModelEPN2ui9MenuModelEii + fun:_ZN5views16MenuModelAdapter13BuildMenuImplEPNS_12MenuItemViewEPN2ui9MenuModelE + fun:_ZN5views16MenuModelAdapter9BuildMenuEPNS_12MenuItemViewE + fun:_ZN8chromeos11NetworkMenu10UpdateMenuEv + fun:_ZN8chromeos17NetworkMenuButton23OnNetworkManagerChangedEPNS_14NetworkLibraryE + fun:_ZN8chromeos17NetworkMenuButtonC1EPNS_14StatusAreaHostE +} +{ + bug_94228_c + Memcheck:Leak + fun:_Znw* + fun:_ZN9__gnu_cxx13new_allocatorIPN5views4ViewEE8allocateEjPKv + fun:_ZNSt12_Vector_baseIPN5views4ViewESaIS2_EE11_M_allocateEj + fun:_ZNSt6vectorIPN5views4ViewESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ + fun:_ZNSt6vectorIPN5views4ViewESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ + fun:_ZN5views4View14AddChildViewAtEPS0_i + fun:_ZN5views12MenuItemView13AddMenuItemAtEiiRKSbIwSt11char_traitsIwESaIwEERK8SkBitmapNS0_4TypeE + fun:_ZN5views12MenuItemView18AppendMenuItemImplEiRKSbIwSt11char_traitsIwESaIwEERK8SkBitmapNS0_4TypeE + fun:_ZN5views12MenuItemView23AppendMenuItemFromModelEPN2ui9MenuModelEii + fun:_ZN5views16MenuModelAdapter13BuildMenuImplEPNS_12MenuItemViewEPN2ui9MenuModelE + fun:_ZN5views16MenuModelAdapter9BuildMenuEPNS_12MenuItemViewE + fun:_ZN8chromeos11NetworkMenu10UpdateMenuEv + fun:_ZN8chromeos17NetworkMenuButton23OnNetworkManagerChangedEPNS_14NetworkLibraryE + fun:_ZN8chromeos17NetworkMenuButtonC1EPNS_14StatusAreaHostE +} +{ + bug_94228_d + Memcheck:Leak + fun:_Znw* + fun:_ZN8chromeos11NetworkMenuC1EPNS0_8DelegateEb + fun:_ZN8chromeos17NetworkMenuButtonC1EPNS_14StatusAreaHostE +} -- cgit v1.1