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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8601001: Remove valgrind suppression for bug 87245. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 3753 matching lines...) Expand 10 before | Expand all | Expand 10 after
3764 { 3764 {
3765 bug_87222 3765 bug_87222
3766 Memcheck:Leak 3766 Memcheck:Leak
3767 fun:_Znw* 3767 fun:_Znw*
3768 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE 3768 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE
3769 fun:_ZN16TranslateManager36FetchLanguageListFromTranslateServerEP11PrefServic e 3769 fun:_ZN16TranslateManager36FetchLanguageListFromTranslateServerEP11PrefServic e
3770 fun:_Z11BrowserMainRK18MainFunctionParams 3770 fun:_Z11BrowserMainRK18MainFunctionParams
3771 fun:*RunNamedProcessTypeMainERKSsRK18MainFunctionParams 3771 fun:*RunNamedProcessTypeMainERKSsRK18MainFunctionParams
3772 } 3772 }
3773 { 3773 {
3774 bug_87245
3775 Memcheck:Leak
3776 fun:_Znw*
3777 fun:_Z17NewRunnableMethodIN11webkit_glue18WebMediaPlayerImpl5ProxyEMS2_FvvEEP 14CancelableTaskPT_T0_
3778 fun:_ZN11webkit_glue18WebMediaPlayerImpl5Proxy7RepaintEv
3779 fun:_ZN11webkit_glue17VideoRendererImpl16OnFrameAvailableEv
3780 fun:_ZN5media17VideoRendererBase10ThreadMainEv
3781 }
3782 {
3783 bug_87408 3774 bug_87408
3784 Memcheck:Addr4 3775 Memcheck:Addr4
3785 fun:sqlite3MemSize 3776 fun:sqlite3MemSize
3786 fun:sqlite3MallocSize 3777 fun:sqlite3MallocSize
3787 fun:sqlite3_free 3778 fun:sqlite3_free
3788 fun:sqlite3_close 3779 fun:sqlite3_close
3789 fun:_ZN3sql10Connection5CloseEv 3780 fun:_ZN3sql10Connection5CloseEv
3790 fun:_ZN3sql10ConnectionD2Ev 3781 fun:_ZN3sql10ConnectionD2Ev
3791 fun:_ZN3sql10ConnectionD1Ev 3782 fun:_ZN3sql10ConnectionD1Ev
3792 fun:_ZN7history16ArchivedDatabaseD0Ev 3783 fun:_ZN7history16ArchivedDatabaseD0Ev
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
5253 obj:/lib/libselinux.so.1 5244 obj:/lib/libselinux.so.1
5254 obj:/lib/libselinux.so.1 5245 obj:/lib/libselinux.so.1
5255 } 5246 }
5256 { 5247 {
5257 bug_todo_grep 5248 bug_todo_grep
5258 Memcheck:Leak 5249 Memcheck:Leak
5259 fun:malloc 5250 fun:malloc
5260 obj:/bin/grep 5251 obj:/bin/grep
5261 obj:/bin/grep 5252 obj:/bin/grep
5262 } 5253 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698