summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-29 16:50:57 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-29 16:50:57 +0000
commited1bf2e8d016009f1e6bfb5bf607bdb409349199 (patch)
tree46ff8c77aef6f4eecbe15f76cf149f06abe532e0
parent98bc114dfb55de890bd024ac0f200e2e0ee92fc4 (diff)
downloadchromium_src-ed1bf2e8d016009f1e6bfb5bf607bdb409349199.zip
chromium_src-ed1bf2e8d016009f1e6bfb5bf607bdb409349199.tar.gz
chromium_src-ed1bf2e8d016009f1e6bfb5bf607bdb409349199.tar.bz2
Suppress a lot of reports on the Memory FYI waterfall
BUG=102255,102256,10227 TEST=Memory FYI waterfall is so much greener TBR=hbono Review URL: http://codereview.chromium.org/8416062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107876 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/heapcheck/suppressions.txt9
-rw-r--r--tools/valgrind/memcheck/suppressions.txt29
2 files changed, 36 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index be2532a..a3e177d 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -136,7 +136,7 @@
{
Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent
Heapcheck:Leak
- fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
+ fun:content::BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
}
{
Intentional leak of *Histograms to avoid shutdown races
@@ -1630,3 +1630,10 @@
fun:base::Callback::Run
fun:MessageLoop::RunTask
}
+{
+ bug_102256
+ Heapcheck:Leak
+ ...
+ fun:AutocompleteHistoryManager::SendSuggestions
+ fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody
+}
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index e6573d5..f5105dd 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -859,7 +859,7 @@
intentional_BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test_leak
Memcheck:Leak
fun:_Znw*
- fun:_ZN59BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBodyEv
+ fun:*BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBodyEv
}
{
# This is an on demand initialization which is done and then intentionally
@@ -5164,6 +5164,33 @@
fun:_ZN10SkDrawIterC1EP8SkCanvasb
fun:_ZN8SkCanvas8draw*ERK6Sk*RK7SkPaint
}
+{
+ bug_102255
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN15DownloadService18GetDownloadManagerEv
+ fun:_ZN29ExtensionDownloadsEventRouterC*
+ fun:_ZN16ExtensionService16InitEventRoutersEv
+ fun:_ZN16ExtensionService7ObserveEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
+ ...
+ fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
+ fun:_ZN14ProfileManager16OnImportFinishedEP7Profile
+ fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
+}
+{
+ bug_102256
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN26AutocompleteHistoryManager15SendSuggestions*
+ fun:_ZN52AutocompleteHistoryManagerTest_ExternalDelegate_Test8TestBodyEv
+}
+{
+ bug_102257
+ Memcheck:Cond
+ ...
+ fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
+ fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations