summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 04:58:40 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 04:58:40 +0000
commit0e0fd4868c2c3931f0a26640f7e8976860034e72 (patch)
treebd7bd1be3cfb2c51957a211f5294e193fceec1d6 /tools
parentf830ccfd649983b659dc1c3b30411dc6511b8b94 (diff)
downloadchromium_src-0e0fd4868c2c3931f0a26640f7e8976860034e72.zip
chromium_src-0e0fd4868c2c3931f0a26640f7e8976860034e72.tar.gz
chromium_src-0e0fd4868c2c3931f0a26640f7e8976860034e72.tar.bz2
AppLauncherButton::ButtonListener leaks.
Adds suppression for ButtonListener. Introduced with r125026. BUG=115650, 116923 TEST=Valgrind on ChromeOS turns green TBR=davemoore@chromium.org Review URL: https://chromiumcodereview.appspot.com/9605004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt11
-rw-r--r--tools/valgrind/memcheck/suppressions.txt26
2 files changed, 37 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 6038159..f7fa726 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1804,3 +1804,14 @@
fun:FilePath::AppendASCII
fun:TraceSubscriberStdioTest_CanWriteDataToFile_Test::TestBody
}
+{
+ bug_116923
+ Heapcheck:Leak
+ fun:AppLauncherButton
+ fun:ash::internal::LauncherView::CreateViewForItem
+ fun:ash::internal::LauncherView::Init
+ fun:Launcher
+ fun:ash::Shell::Init
+ fun:ash::Shell::CreateInstance
+ fun:chromeos::DesktopNotificationsTest::SetUp
+}
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index bc57cba..e48469c 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5886,6 +5886,32 @@
fun:_ZN4test3api21additional_properties26ReturnAdditionalProperties6Result6CreateERKNS3_12ResultObjectE
fun:_ZN86JsonSchemaCompilerAdditionalPropertiesTest_ReturnAdditionalPropertiesResultCreate_Test8TestBodyEv
}
+{
+ bug_116923_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3ash8internal17AppLauncherButtonC1EPN5views14ButtonListenerEPNS0_18LauncherButtonHostE
+ fun:_ZN3ash8internal12LauncherView17CreateViewForItemERKNS_12LauncherItemE
+ ...
+ fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
+ fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
+ fun:_ZN30ChromeBrowserMainPartsChromeos21PreMainMessageLoopRunEv
+ fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
+ fun:_ZN12_GLOBAL__N_121BrowserMainRunnerImpl10InitializeERKN7content18MainFunctionParamsE
+ fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
+}
+{
+ bug_116923_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3ash8internal17AppLauncherButtonC1EPN5views14ButtonListenerEPNS0_18LauncherButtonHostE
+ fun:_ZN3ash8internal12LauncherView17CreateViewForItemERKNS_12LauncherItemE
+ fun:_ZN3ash8internal12LauncherView4InitEv
+ fun:_ZN3ash8LauncherC1EPN4aura6WindowE
+ fun:_ZN3ash5Shell4InitEv
+ fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
+ fun:_ZN8chromeos24DesktopNotificationsTest5SetUpEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations