summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-26 14:51:19 +0000
committerzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-26 14:51:19 +0000
commit9196ab30ca45215877dda92a2308ab9494b7a1a8 (patch)
tree7c28316672d4b0ec81571db01c0ac32346fa7618 /tools
parent75e4c72f5d3c8fe12c96c28340ae8ebab3d808ac (diff)
downloadchromium_src-9196ab30ca45215877dda92a2308ab9494b7a1a8.zip
chromium_src-9196ab30ca45215877dda92a2308ab9494b7a1a8.tar.gz
chromium_src-9196ab30ca45215877dda92a2308ab9494b7a1a8.tar.bz2
Suppress memory leak in Chromium OS UI (valgrind)(5)
TBR=jam@chromium.org BUG=98716 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9289048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 923e697..f75a3f3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5619,6 +5619,33 @@
fun:_ZN3gpu12GpuScheduler10PutChangedEv
fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
}
+{
+ bug_98716
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN16SiteInstanceImpl10GetProcessEv
+ fun:_ZN14RenderViewHostC1EPN7content12SiteInstanceEPNS0_22RenderViewHostDelegateEiP23SessionStorageNamespace
+ fun:_ZN21RenderViewHostFactory6CreateEPN7content12SiteInstanceEPNS0_22RenderViewHostDelegateEiP23SessionStorageNamespace
+ fun:_ZN21RenderViewHostManager4InitEPN7content14BrowserContextEPNS0_12SiteInstanceEi
+ fun:_ZN11TabContentsC1EPN7content14BrowserContextEPNS0_12SiteInstanceEiPKS_P23SessionStorageNamespace
+ fun:_ZN7content11WebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceEiPKS0_P23SessionStorageNamespace
+ fun:_ZN11BalloonHost4InitEv
+ fun:_ZN15BalloonViewHost4InitEP10_GtkWidget
+ fun:_ZN19BalloonViewHostView20ViewHierarchyChangedEbPN5views4ViewES2_
+ fun:_ZN5views4View24ViewHierarchyChangedImplEbbPS0_S1_
+ fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_
+ fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_
+ fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_
+ fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_
+ fun:_ZN5views4View14AddChildViewAtEPS0_i
+ fun:_ZN5views4View12AddChildViewEPS0_
+ fun:_ZN5views8internal8RootView15SetContentsViewEPNS_4ViewE
+ fun:_ZN5views6Widget15SetContentsViewEPNS_4ViewE
+ fun:_ZN8chromeos17NotificationPanel4ShowEv
+ fun:_ZN8chromeos17NotificationPanel3AddEP7Balloon
+ fun:_ZN8chromeos21BalloonCollectionImpl21AddSystemNotificationERK12NotificationP7Profileb
+}
+
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations