summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 14:38:55 +0000
committerpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 14:38:55 +0000
commit3b6ee03542dd57ffa2115fcc11aa7bae30000b96 (patch)
treea6e25096998dbf4f05adf6f8df95b34d08e79c85 /tools
parentb443c86d1bd516cbdd688f601980944294b0ffeb (diff)
downloadchromium_src-3b6ee03542dd57ffa2115fcc11aa7bae30000b96.zip
chromium_src-3b6ee03542dd57ffa2115fcc11aa7bae30000b96.tar.gz
chromium_src-3b6ee03542dd57ffa2115fcc11aa7bae30000b96.tar.bz2
Add suppression for a memory leak on Chromium OS.
BUG=chromium-os:28149 TEST=chromiumos memory_fyi bots should get green again. TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/9816008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 6141574..9ea974c 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5782,6 +5782,32 @@
fun:_Znw*
fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
}
+{
+ bug_chromium_os_28149
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN15DownloadService18GetDownloadManagerEv
+ fun:_ZN5gdata15GDataFileSystem10InitializeEv
+ fun:_ZNK5gdata22GDataFileSystemFactory23BuildServiceInstanceForEP7Profile
+ fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
+ fun:_ZN5gdata22GDataFileSystemFactory13GetForProfileEP7Profile
+ fun:_ZN22FileBrowserEventRouter23ObserveFileSystemEventsEv
+ fun:_ZN16ExtensionService16InitEventRoutersEv
+ fun:_ZN11ProfileImpl14InitExtensionsEb
+ fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
+ fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
+ fun:_ZN14ProfileManager10AddProfileEP7Profile
+ fun:_ZN14ProfileManager10GetProfileERK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileEv
+ fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegateC1EPN3ash10SystemTrayE
+ fun:_ZN8chromeos24CreateSystemTrayDelegateEPN3ash10SystemTrayE
+ fun:_ZN19ChromeShellDelegate24CreateSystemTrayDelegateEPN3ash10SystemTrayE
+ fun:_ZN3ash5Shell4InitEv
+ fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
+ fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
+ fun:_ZN22ChromeBrowserMainParts14PreProfileInitEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations