Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8416062: Suppress a lot of reports on the Memory FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 107874)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -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
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698